Package net.sf.ooweb.sessions

This package defines the Session management in OOWeb.

See:
          Description

Class Summary
Session Base class for sessions used by OOWeb.
SessionManager SessionManager holds a static map of sessions, keyed by session id.
 

Enum Summary
SessionManager.Strategy  
 

Package net.sf.ooweb.sessions Description

This package defines the Session management in OOWeb. A SessionFactory and the abstract Session class may be used by client code in order to implement different session management strategies.

OOWeb has a built-in replicated session which will automatically find other instances of OOWeb running on the same subnet and join the cluster.



Copyright (C) 2005-2007 OOWeb Authors.