stop session | |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Ends the session explicitly, saving the contents of the $_SESSION variable. |
Introduced | 5.0 |
OS | mac, windows, linux |
Platforms | server |
Example |
|
Related | Command: start session, delete session Property: sessionSavePath, sessionLifetime, sessionId, sessionName |
Description | Use the stop session command to end the session explicitly and save the contents of the $_SESSION variable. The location where the $_SESSION array is stored is configured using the sessionSavePath property. |