Quote:
Originally Posted by mike76
here's what I've done:
-Cookies and HTTP Header Options
-->Session Timeout - 2147483647 (Which's Max)
--> Path to Save Cookies - left as '/'
--> Cookie Domain - Changed to Blank Cause different domains, pulling off one, which is same content from main
|
That session timeout will get you in trouble with a full session table one of these days. It is NOT recommended to set it that high at all. Default is 900, or 15 minutes. I wouldn't set it to anything more than 1 hour, or 2700.
What is the URL to your site?
If you allow users to login to your site via both
http://www.yoursite.com and just yoursite.com, then you MUST have your cookie domain (AdminCP > Settings > Options > Cookies and HTTP Header Options > Cookie Domain) set to ".yoursite.com" (no quotes, but note the period at the beginning) or your users will have problems.
Make sure to tell your users to click the Remember Me button when they login.