Rollback of Session Abondoned Error and new variable, $no_check_edit_conflicts in...
[fa-stable.git] / includes / session.inc
index ed5f5c0312e1da7773c34f1676a4407c233898bd..9eb70019807a98852d6cb28a5aa76cc687d331fc 100644 (file)
@@ -76,8 +76,7 @@ class SessionManager
                $_SESSION['EXPIRES'] = time() + 10;
 
                // Create new session without destroying the old one
-               session_regenerate_id(version_compare(PHP_VERSION, '5.1.0') >= 0 && (substr(strtoupper(PHP_OS),0,3) == "WIN"));
+               session_regenerate_id();
                // Grab current session ID and close both sessions to allow other scripts to use them
                $newSession = session_id();
                session_write_close();