%CSP.Session
The %CSP.SessionOpens in a new tab class supports a number of properties and methods. Here are descriptions of a few of them:
Property or Method | Description |
---|---|
SessionId | A unique %StringOpens in a new tab value assigned to the session by the system. |
Data |
An application specific array of name-value pairs. Use this property to store data relevant to the session for use across multiple requests. |
AppTimeout | Specifies the timeout value for the application in seconds. If the specified amount of time elapses between page requests within a session, the session closes. For no timeout set the property value to 0. |
For more information on %CSP.SessionOpens in a new tab, read the Caché class documentation as well as the discussion of “The %CSP.Session Object” in the Session Management section of Using Caché Server Pages.