AJAX Session management: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
Hellboy1975 (talk | contribs) No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
check the password using [[AJAX Remote Method Invocation]] on the oSessionManager object. | |||
= 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 15: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.