Menu

#139 Cookie lifetime is not set

open
nobody
None
5
2006-08-23
2006-08-23
No

In the session4.inc, the line

$lifetime = time()+$this->lifetime*60;

should be

$lifetime = $this->lifetime*60;

because

session_set_cookie_params()

expects a lifetime and not a point in time!

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.