$_SESSION | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | $_SESSION is an array variable that contains the data for the current active session. |
Introduced | 5.0 |
OS | mac, windows, linux |
Platforms | server |
Example |
|
Related | Command: stop session, start session, delete session Property: sessionSavePath, sessionLifetime, sessionId, sessionName |
Description | Use the $_SESSION keyword to access the array containing the data for the current active session. $_SESSION is only available when running in CGI mode (Server). |
Tags | multimedia |