AJAX Session management: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
m (Stubbed)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
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.  
 
 
== Similar pages ==
*[[Using_cAjaxSessionManager]]


[[Category:Stub]]
[[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