Closed (fixed)
Project:
Legal
Version:
5.x-1.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2008 at 15:01 UTC
Updated:
12 May 2008 at 00:30 UTC
Hi,
I was trying to solve the problem of users being automatially logged out when closing browsers so in sites/default/settings.php
I changed
ini_set('session.cookie_lifetime', 200000);
to
ini_set('session.cookie_lifetime', 0);
which solved the log out issue but now when users log back in they are forced at accept terms and conditions again that are coming from the legal module. Any thoughts?
Comments
Comment #1
Wolfflow commentedInteresting. Want to know more. Subscribe.
Comment #2
michellepurestock commentedHi,
So I tried to recreate this issue this morning with a different user and now it is gone. I did disable persistent login this morning, maybe there was a conflict or something. I don't need persistent login anyway.
If you want to see this for yourself, the site www.purestock.tv
I will have to wait and see once more users come on, today is a holiday so they won't be on until tonight.
Thanks!
Comment #3
vm commentedProbable conflict caused by setting the session lifetime to 0 AND using the persistent login, which seems to defeat one another.
Comment #4
robert castelo commentedSounds like this is not a Legal issue.