partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 2426c895402709355c2e123e1b1303fe7e0e5bba
parent f29477e50f78d9fcb24378e671463a9cfb46d920
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed, 29 Jun 2011 20:17:52 +0200

Another bugfix-bugfix for the session handling

Diffstat:
Msrc/de/RaumZeitLabor/PartKeepr/Session/Session.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/de/RaumZeitLabor/PartKeepr/Session/Session.php b/src/de/RaumZeitLabor/PartKeepr/Session/Session.php @@ -25,6 +25,7 @@ class Session { } public function start () { + session_regenerate_id(); session_start(); $this->sessionid = session_id();