Package | Description |
---|---|
org.apache.catalina.session |
This package contains the standard
Manager and
Session implementations that represent the collection of
active sessions and the individual sessions themselves, respectively,
that are associated with a Context . |
Modifier and Type | Class and Description |
---|---|
class |
FileStore
Concrete implementation of the Store interface that utilizes
a file per saved Session in a configured directory.
|
class |
JDBCStore
Implementation of the
Store interface that stores
serialized session objects in a database. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.