Package org.forgerock.http.session


package org.forgerock.http.session
Provides interfaces for managing and interacting with HTTP Sessions.
  • Class
    Description
    A session manager is responsible to create/save a new type of Session.
    An interface for managing attributes across multiple requests from the same user agent.
    A SessionContext is a mechanism for maintaining state between components when processing a successive requests from the same logical client or end-user.
    Deprecated.