aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-18 17:55:22 -0700
committerredmatrix <git@macgirvin.com>2016-05-18 17:55:22 -0700
commitc17b47518d57de90264378ff082e8a2576bec273 (patch)
treea2513ccbf578b19d7eac52eefcdce841eb633270 /Zotlabs/Web
parent1f7e6cae823e75ab47fa9c9a1a496842d20901d5 (diff)
downloadvolse-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')
-rw-r--r--Zotlabs/Web/Session.php2
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()