Class SessionData

java.lang.Object
org.eclipse.jetty.server.session.SessionData
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InfinispanSessionData, NoSqlSessionDataStore.NoSqlSessionData

public class SessionData extends Object implements Serializable
SessionData The data associated with a session. A Session object has a 1:1 relationship with a SessionData object. The behaviour of sessions is implemented in the Session object (eg calling listeners, keeping timers etc). A Session's associated SessionData is the object which can be persisted, serialized etc.
See Also: