AJAX Session management: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
m (New page: check the password using AJAX Remote Method Invocation on the oSessionManager object. The oSessionManager should have access to information about the users.)
 
mNo edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:


= Definition =
Storing information related to the current user running the application.


check the password using [[AJAX Remote Method Invocation]] on the oSessionManager object. The oSessionManager should have access to information about the users.
 
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 ==
*[[Using_cAjaxSessionManager]]
 
[[Category:Stub]]
[[Category:AJAX]]

Latest revision as of 18:37, 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.


Similar pages