[phplib-trackers] [ phplib-Bugs-1545186 ] Cookie lifetime is not set
Brought to you by:
nhruby,
richardarcher
From: SourceForge.net <no...@so...> - 2006-08-23 10:15:33
|
Bugs item #1545186, was opened at 2006-08-23 12:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=1545186&group_id=31885 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Niko Paltzer (nikopp) Assigned to: Nobody/Anonymous (nobody) Summary: Cookie lifetime is not set Initial Comment: 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! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=1545186&group_id=31885 |