diff options
author | redmatrix <git@macgirvin.com> | 2016-05-18 17:55:22 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-18 17:55:22 -0700 |
commit | c17b47518d57de90264378ff082e8a2576bec273 (patch) | |
tree | a2513ccbf578b19d7eac52eefcdce841eb633270 /Zotlabs/Web/Session.php | |
parent | 1f7e6cae823e75ab47fa9c9a1a496842d20901d5 (diff) | |
download | volse-hubzilla-c17b47518d57de90264378ff082e8a2576bec273.tar.gz volse-hubzilla-c17b47518d57de90264378ff082e8a2576bec273.tar.bz2 volse-hubzilla-c17b47518d57de90264378ff082e8a2576bec273.zip |
comment out session_regenerate until we get this sorted
Diffstat (limited to 'Zotlabs/Web/Session.php')
-rw-r--r-- | Zotlabs/Web/Session.php | 2 |
1 files changed, 1 insertions, 1 deletions
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() |