AJAX Session management: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
= Definition = | = Definition = | ||
Line 11: | Line 10: | ||
check the password using [[AJAX Remote Method Invocation]] on the oSessionManager object. | check the password using [[AJAX Remote Method Invocation]] on the oSessionManager object. | ||
== Similar pages == | |||
*[[Using_cAjaxSessionManager]] | |||
[[Category:Stub]] | [[Category:Stub]] | ||
[[Category:AJAX]] | [[Category:AJAX]] |
Latest revision as of 17: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.