Setting | Summary |
---|---|
ActivityTimeout | This setting will define the number of seconds before a user is considered inactive. |
BasketCleanup | Sets how the shopping baskets for expired and removed sessions are cleaned up. |
BasketCleanupAverageFrequency | Sets how often the basket cleanup cronjob will actually work when being executed. |
CookieDomain | This setting sets the domain for which the cookie is valid. |
CookieHttponly | This setting sets whether or not scripts are allowed to access cookies. |
CookiePath | This setting will set the path to the domain for which the cookie is valid. |
CookieSecure | This setting sets whether or not cookies are allowed to be sent over an unsecure connection. |
CookieTimeout | The CookieTimeout setting sets the lifetime of the session cookie. |
ForceStart | This setting will allow sessions to always start. |
Handler | Sets the handler responsible for handling sessions. |
SessionNameHandler | Sets how session names should be generated |
SessionNamePerSiteAccess | Prepends session names with the current siteaccess. |
SessionNamePrefix | Sets the prefix eZ publish should use when creating session names. |
SessionTimeout | This setting will define the number of seconds a session will last. |
SessionValidationForwardedIpParts | Sets increased session validation by defining how many parts of X-Forwarded-For IP to use for session validation |
SessionValidationIpParts | Sets how many parts of the clients IP must be used for session validation |
SessionValidationUseUA | Sets if user agent string should be used for session validation |