Interface Session

All Superinterfaces:
org.eclipse.jetty.util.Attributes

public interface Session extends org.eclipse.jetty.util.Attributes

The interface to a generic session associated with a request. This interface may be used directly, or it may be wrapped by an API specific representation of a session. Such wrappers must implement the Session.API sub interface.

Depending on the implementation the attribute values may be stored locally in memory or in a remote database. The instances of the attribute values may be different to those passed to Attributes.setAttribute(String, Object) or to those returned in previous Attributes.getAttribute(String) calls.