Admin - Configuration - Sessions
From Zen Cart(tm) Wiki
Revision as of 02:42, 13 October 2006 by Allcanadiansearch.ca (Talk | contribs)
Menu: Admin - Configuration - Sessions
Admin - Configuration Menu Items: My Store ·
Minimum Values ·
Maximum Values ·
Images ·
Customer Details ·
Shipping/Packaging ·
Product Listing ·
Stock ·
Logging ·
E-Mail Options ·
Attribute Settings ·
GZip Compression ·
Sessions ·
Regulations ·
GV Coupons ·
Credit Cards ·
Product Info ·
Layout Settings ·
Website Maintenance ·
New Listing ·
Featured Listing ·
All Listing ·
Index Listing ·
Define Page Status ·
EZ-Pages Settings
Contents |
Description
- Information about user sessions (such as whether they are stored in a file on the server or in a cookie on the browser).
Options
Session Directory
- If sessions are file based, store them in this directory.
- Default: /tmp
Cookie Domain
- If true the full domain name will be used to store the cookie (e.g. www.example.com). If False only a partial domain name will be used (e.g. example.com). If you are unsure about this, always leave set to True. Can be set to True or False.
- Default: True
Force Cookie Use
- Force the use of sessions when cookies are only enabled. Can be set to True or False.
- Default: False
Check SSL Session ID
- Validate the SSL_SESSION_ID on every secure HTTPS page request. Can be set to True or False.
- Default: False
Check User Agent
- Validate the clients browser user agent on every page request. Can be set to True or False.
- Default: False
Check IP Address
- Validate the clients IP address on every page request. Can be set to True or False.
- Default: False
Prevent Spider Sessions
- Prevent known spiders from starting a session. Can be set to True or False.
- Default: True
Recreate Session
- Recreate the session to generate a new session ID when the customer logs on or creates an account (PHP >=4.1 needed). Can be set to True or False.
- Default: True
IP to Host Conversion Status
- Convert IP Address to Host Address. Can be set to true or false. Note: on some servers this can slow down the initial start of a session or execution of emails.
- Default: true