comment out session_regenerate until we get this sorted

This commit is contained in:
redmatrix 2016-05-18 17:55:22 -07:00
parent 1f7e6cae82
commit c17b47518d

View File

@ -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()