sessionData

sessionData(sessionDataObject: Any output): Boolean typeMethod;

The sessionData method of the Orb class retrieves the session data object associated with the current session.

This method returns true if the web browser has a valid session; otherwise it returns false.

If the web browser has a valid session, the sessionDataObject parameter will be set to a reference of the object that was associated with the session by using the sessionStart method.

If the object was deleted while the session was still active, the behavior can be undefined.