Package org.forgerock.http.session
Provides interfaces for managing and interacting with HTTP Sessions.
-
Interface Summary Interface Description Session An interface for managing attributes across multiple requests from the same user agent.SessionManager A SessionFactory is responsible to create a new type ofSession
. -
Class Summary Class Description SessionContext ASessionContext
is a mechanism for maintaining state between components when processing a successive requests from the same logical client or end-user.