SessionManager.java | Class | The SessionManager is used to obtain session information
This can be implemented using persisitent storage mechanisms or using transient storage
Even if it is implemented using persistent storage the implementation should take care
of backing by a cache which will avoid the overhead of serialization and database
operations
Additonally the SessionManager is responsible for managing the lifecycle
events for the sessions. |