Summary | Wrong time and date in sessions |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | csoft2k5 (at) gmail (dot) com |
Created | 08/08/2014 (3998 days ago) |
Due | |
Updated | 08/25/2014 (3981 days ago) |
Assigned | |
Resolved | 08/11/2014 (3995 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 618f0342f9631a3b85ee8c2445c67d7a1375d87a
Author: Jan Schneider <jan@horde.org>
Date: Mon Aug 25 14:25:22 2014 +0200
[jan] Really fix returning session start time from session
handler (
Bug #13428).framework/Core/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/618f0342f9631a3b85ee8c2445c67d7a1375d87a
commit 040a6bd814af78900f275040b2d48060049286e2
Author: Jan Schneider <jan@horde.org>
Date: Mon Aug 25 14:24:52 2014 +0200
Keep using the session's timestamp (
Bug #13428)..../Core/lib/Horde/Core/Factory/SessionHandler.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/040a6bd814af78900f275040b2d48060049286e2
commit c637051bff1cb629b8f4ca09befab7301b912f9b
Author: Jan Schneider <jan@horde.org>
Date: Mon Aug 25 14:22:15 2014 +0200
Undeprecate (
Bug #13428).$session->begin is only for the current session.
framework/Core/lib/Horde/Registry.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/c637051bff1cb629b8f4ca09befab7301b912f9b
New Attachment: screenshot.jpg
time when an admin user has logged on, instead of displaying the time
and date when other users have started their sessions as you can see
in the attachment.
commit 757acf3bc70c9882fa509f09c2304ab670af7639
Author: Jan Schneider <jan@horde.org>
Date: Mon Aug 11 12:54:09 2014 +0200
[jan] Fix returning session start time from session handler (
Bug #13428).framework/Core/package.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/757acf3bc70c9882fa509f09c2304ab670af7639
commit bc21df517d8d6ef2d1ed1ad20ca782544c52e9ba
Author: Jan Schneider <jan@horde.org>
Date: Mon Aug 11 12:53:15 2014 +0200
This may be deprecated, but cannot be removed yet (
Bug #13428).framework/Core/lib/Horde/Registry.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/bc21df517d8d6ef2d1ed1ad20ca782544c52e9ba
commit fc9af158cbe11b37f8c365a4d5366375027e4e7d
Author: Jan Schneider <jan@horde.org>
Date: Mon Aug 11 12:52:42 2014 +0200
Use $session->begin (
Bug #13428)..../Core/lib/Horde/Core/Factory/SessionHandler.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/fc9af158cbe11b37f8c365a4d5366375027e4e7d
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Wrong time and date in sessions
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
session handler I choose, the sessions list from gui it allways shows
"Thu, 01 Jan 1970 02:00:00 +0200" as time and date of the login. The
time & date of the server are ok.
Prior version 5.2.1 used to work.