Interface Session


  • public interface Session
    A mechanism for associating semi persistent data with an individual user/client.

    This object can be accessed via the context registry. Access to the actual session data is provided by getData() method this object.

    The persistence mechanism used is determined by the implementation of SessionStore available.

    See Also:
    SessionModule