From c17b47518d57de90264378ff082e8a2576bec273 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 18 May 2016 17:55:22 -0700 Subject: comment out session_regenerate until we get this sorted --- Zotlabs/Web/Session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zotlabs/Web/Session.php b/Zotlabs/Web/Session.php index c26b3523c..2b058d379 100644 --- a/Zotlabs/Web/Session.php +++ b/Zotlabs/Web/Session.php @@ -82,7 +82,7 @@ class Session { $arr = session_get_cookie_params(); if($this->handler && $this->session_started) { - session_regenerate_id(true); + // session_regenerate_id(true); // force SessionHandler record creation with the new session_id // which occurs as a side effect of read() -- cgit v1.2.3