aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs')
-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()