Package apollo.Session

Interface Summary
PasswordAuthenticator This is the interface for password authentication.
 

Class Summary
SessionManager This is the SessionManager.
WebSession This data will be persistant based on the users Session ID.
 

Exception Summary
InvalidSessionID This exception is thrown from the sessionManager if the sessionID which was sent from the client does not exist in our databases.
SessionExpired This exception is thrown from the sessionManager if the sessionID which was sent from the client is expired.