sessionCookieName | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Specifies the name of the cookie used to store the session id. | ||||||
Introduced | 5.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | server | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Property: sessionSavePath, sessionLifetime, sessionID | ||||||
Description | Use the sessionCookieName property to set the name of the cookie used to store the session id. Use the sessionCookieName property to set the name of the cookie used to store the session id. When a session is created on the server, a cookie is created in the browser to identify the ongoing session. Setting the sessionCookieName is useful if you want to have multiple session running a the same time for a given website. If the sessionCookieName is not specified then the default, LCSESSION, is used.
|