[Tickets #11573] Re: Horde-active-sessions does not work
noreply at bugs.horde.org
noreply at bugs.horde.org
Fri Jun 21 00:56:43 UTC 2013
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/11573
------------------------------------------------------------------------------
Ticket | 11573
Aktualisiert Von | manuel at mausz.at
Zusammenfassung | Horde-active-sessions does not work
Warteschlange | Horde Base
Version | Git master
Typ | Bug
Status | No Feedback
Priorität | 1. Low
Milestone |
Patch |
Zuständige |
------------------------------------------------------------------------------
manuel at mausz.at (2013-06-21 00:56) hat geschrieben:
Hi Michael,
your fix is not complete. You've to restore the reference stored in
Session::_data after destroying the session.
This should do the trick:
> if ($new_sess) {
> session_destroy();
> + $GLOBALS['session']->session_data = $old_sess;
> }
More information about the bugs
mailing list