Pandora - Verify If a Session Exists
From SmartWiki
Revision as of 08:32, 6 August 2010 by sharris@smartsimple.com (talk | contribs) (Created page with '==Function Overview== This function is used to determine if there is an active session. ''session_islogin(flag,callbackfunc)'' {| border="1" !Parameter !Description |- |'''Fl…')
Function Overview
This function is used to determine if there is an active session.
session_islogin(flag,callbackfunc)
Parameter | Description |
---|---|
Flag | Asynchronous processing Flag
Set to False for synchronous processing. Set to True for asynchronous processing. |
Callbackfunc | User created Java function to manage the callback from an asynchronous function. |
Return |
Notes
This function is always used synchronously.