AJAX Session management: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
No edit summary
mNo edit summary
Line 1: Line 1:
check the password using [[AJAX Remote Method Invocation]] on the oSessionManager object. The oSessionManager should have access to information about the users.
 
 
= 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.  
 


[[Category:Stub]]
[[Category:Stub]]
[[Category:AJAX]]
[[Category:AJAX]]

Revision as of 16:07, 10 January 2008


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.