Here is where times for system cookies are set; e.g. for expiry, maximum age and logout expiry.
|
Setting |
What does the setting do? |
|---|---|
|
Use secure flag |
Defines if cookies created internally have the "secure" flag set. Browsers, which support the secure flag, will only send cookies with the secure flag when the request is going to a HTTPS page. |
|
Expiry in minutes (9 characters max.) |
Defines the minutes that a cookie lives on the user computer. IMPORTANT: The min value of allowedEncryptionLifeTimeInMinutes and expiryInMinutes is used. |
|
Maximum age in minutes (9 characters max.) |
Defines a maximum life time of a cookie. This is used when the user checks the Stay logged in feature before the login. |
|
Logout expiry in minutes (9 characters max.) |
Defines the lifetime of the logout cookie. This is used to propagate a logout between several nodes. |