Class PJamaSessionManager


  • public class PJamaSessionManager
    extends SessionManager
    Use pJama to implement persistant sessions.
    Version:
    1.0, 08/20/98
    Author:
    Stephen Uhler
    • Constructor Detail

      • PJamaSessionManager

        public PJamaSessionManager()
    • Method Detail

      • putObj

        protected void putObj​(java.lang.Object session,
                              java.lang.Object ident,
                              java.lang.Object value)
        Return the object associated with this session. If the session doesn't already exist, it is created by calling newinstance() with myClass.
        Overrides:
        putObj in class SessionManager
        Parameters:
        session - The object identifying the session
        ident - The session user's identity
        myClass - The class to create a new instance of for a new session