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

Wolfflow’s picture

Interesting. Want to know more. Subscribe.

michellepurestock’s picture

Hi,

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!

vm’s picture

Probable conflict caused by setting the session lifetime to 0 AND using the persistent login, which seems to defeat one another.

robert castelo’s picture

Status: Active » Closed (fixed)

Sounds like this is not a Legal issue.