| 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. |
| org.glassfish.web.ha.session.management |
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
HAStoreBase |
class |
ReplicationAttributeStore |
class |
ReplicationStore |
Copyright © 2019. All rights reserved.