]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
remove session REMOTE_ADDR checks
[tt-rss.git] / include / functions.php
index a04a393ec3382c4fd852080e756f3cbc3e2d5e61..006d17a4887c3683920bd73b2d5bdbaddd8345ef 100755 (executable)
 
                        if ($user_id && !$check_only) {
 
-                               if (session_status() != PHP_SESSION_NONE) {
-                                       session_destroy();
-                                       session_commit();
-                               }
-
                                session_regenerate_id(true);
                                session_start();