stop session

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
stop session
Summary

Ends the session explicitly, saving the contents of the $_SESSION variable.

Introduced5.0
OSmac, windows, linux
Platformsserver
Example
stop session
RelatedCommand: 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.