Class CSPSession
Description
The CSPSession class handles all the client bound information that can be available throughout an application.
 |
Member functions:
Member variables:
Remarks:
The engine automatically creates a Session object and can directly be used in the CSP scripts.
Important: For performance and resource saving reasons the Session object, although it is automatically created, it is not available unless it is explicitly requested for use. For the Session object to be available, you have to use the following statement in the global scope section of the script:
<%!
#define CSP_SESSION
%>
See also:
class CSPApplication
|
|