sessionSavePath

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the sessionSavePath to <folderPath>
Summary

Specifies where on the filesystem session data is stored.

Introduced5.0
OSmac, windows, linux
Platformsserver
Parameters
NameTypeDescription
folderPath

the path to a folder

Example
set the sessionSavePath to myFolder
set the sessionSavePath to "/home/joe"
set the sessionSavePath to empty
RelatedProperty: sessionID, sessionLifetime, sessionName
Description

Use the sessionSavePath property to set the path to the location on the server filesystem where session data is stored.

Use the sessionSavePath property to set the path to the location on the server filesystem where session data is stored. If the sessionSavePath property is not set then the standard temporary folder is used.

To set the sessionSavePath back to the default set the sessionSavePath to empty.

Note: You do not need to alter any of the session properties in order to start and use sessions. They provide a way for advanced users to configure the way session work.

Note: The sessionSavePath property is only available when running in CGI mode (Server).