Package sunlabs.brazil.session


package sunlabs.brazil.session
  • Class
    Description
    This SessionManager associates an object with a Session ID to give Handlers the ability to maintain state that lasts for the duration of a session instead of just for the duration of a request.
    Use pJama to implement persistant sessions.
    A version of the CacheManager that saves out any session state that is either a "java properties" object, or implements "Saveable" into a directory in the filesystem, one file per entry, then restores them on server startup.
    This interface allows for persistence of non-properties session objects.
    The SessionManager associates an object with a Session ID to give Handlers the ability to maintain state that lasts for the duration of a session instead of just for the duration of a request.