Package | Description |
---|---|
org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
Modifier and Type | Class and Description |
---|---|
class |
FileSessionDataStore
FileSessionDataStore
A file-based store of session data.
|
class |
JDBCSessionDataStore
JDBCSessionDataStore
Session data stored in database
|
class |
NullSessionDataStore
NullSessionDataStore
Does not actually store anything, useful for testing.
|