Configuration ≫ Sessions
Session Directory
Path: Configuration > Sessions
Description: This should point to the folder specified in your DIR_FS_SQL_CACHE setting in your configure.php files.
Cookie Domain
Path: Configuration > Sessions
Description: If True the full domain name will be used to store the cookie, e.g. www.mydomain.com. If False only a partial domain name will be used, e.g. mydomain.com. If you are unsure about this, always leave set to true.
Force Cookie Use
Path: Configuration > Sessions
Description: Force the use of sessions when cookies are only enabled.
Check SSL Session ID
Path: Configuration > Sessions
Description: Validate the SSL_SESSION_ID on every secure HTTPS page request.
Check User Agent
Path: Configuration > Sessions
Description: Validate the clients browser user agent on every page request.
Check IP Address
Path: Configuration > Sessions
Description: Validate the clients IP address on every page request.
Prevent Spider Sessions
Path: Configuration > Sessions
Description: Prevent known spiders from starting a session.
Recreate Session
Path: Configuration > Sessions
Description: Recreate the session to generate a new session ID when the customer logs on or creates an account (PHP >=4.1 needed).
IP to Host Conversion Status
Path: Configuration > Sessions
Description: Convert IP Address to Host Address
Note: on some servers this can slow down the initial start of a session or execution of Emails
Use root path for cookie path
Path: Configuration > Sessions
Description: Normally Zen Cart will use the directory that a store resides in as the cookie path. This can cause problems with some servers. This setting allows you to set the cookie path to the root of the server, rather than the store directory. It should only be used if you have problems with sessions. Default Value = False
Changing this setting may mean you have problems logging into your admin, you should clear your browser cookies to overcome this.
Add period prefix to cookie domain
Path: Configuration > Sessions
Description: Normally Zen Cart will add a period prefix to the cookie domain, e.g. .www.mydomain.com. This can sometimes cause problems with some server configurations. If you are having session problems you may want to try setting this to False. Default Value = True