Sessions
This section controls how the store controls your sessions.
Setting
Session Directory :: If you are using file based session this sets the directory on the server to store them. Default /tmp.
Force Cookie Use :: Force the use of sessions only when cookies are enabled. Default: False.
Check SSL Session ID :: Validates the session ID for every secure page request.
Check User Agent :: Checks the users browser agent on every page request.
Check IP Address :: Check the users IP address on every page request.
Prevent Spider Sessions :: Stops common spiders from starting a session.
Recreate Session :: Creates a new session ID when the users creates an account or logs in.