delete session | |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Ends the current session and deletes it from the server. |
Introduced | 5.0 |
OS | mac, windows, linux |
Platforms | server |
Example |
|
Related | Command: stop session, start session Property: sessionSavePath, sessionLifetime, sessionId, sessionName |
Description | Use the delete session command to end the current session, expiring the session cookie and discarding any values contained in the $_SESSION variable. |
Tags | multimedia |