sunlabs.brazil.session

Class PJamaSessionManager

public class PJamaSessionManager extends SessionManager

Use pJama to implement persistant sessions.

Version: 1.0, 08/20/98

Author: Stephen Uhler

Constructor Summary
PJamaSessionManager()
Method Summary
protected voidputObj(Object session, Object ident, Object value)
Return the object associated with this session.

Constructor Detail

PJamaSessionManager

public PJamaSessionManager()

Method Detail

putObj

protected void putObj(Object session, Object ident, Object value)
Return the object associated with this session. If the session doesn't already exist, it is created by calling newinstance() with myClass.

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