Class SessionData

java.lang.Object
org.eclipse.jetty.session.SessionData
All Implemented Interfaces:
Serializable

public class SessionData extends Object implements Serializable
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: