AJAX Session management

Revision as of 18:37, 10 January 2008 by Jka (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Definition

Storing information related to the current user running the application.


The oSessionManager should have access to information about data related to the current session .


Checking passwords

check the password using AJAX Remote Method Invocation on the oSessionManager object.


Similar pages