Package simple.http.session

Interface Summary
Maintainer The Maintainer is used to determine how long a session is to remain active between references.
Session The Session object is used to store session data relating to a specific HTTP client.
Store The Store object provides the persistence scheme used by sessions.
 

Class Summary
Manager The Manager object provides the interface to the session management system.
ReflectionStore The ReflectionStore enables initialization to be achieved using arbitrary prepare methods.
 

Exception Summary
StoreException The StoreException is used to indicate that some operation failed when attempting to use a Store.