AJAX Session management

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