Package org.simpleframework.http.session
package org.simpleframework.http.session
-
ClassDescriptionObserver<T>The
Observerinterface is used to observe the session activity within the session manager.Session<T>TheSessionobject is a simple leased container for state within a web application.TheSessionExceptionis used to indicate that some operation failed when trying to access a session or when trying to perform some operation on an existing session.TheSessionManagerobject is used to create sessions that are active for a given time period.TheSessionProviderobject is used to create sessions that are active for a given time period.