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