]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
it was probably not the best idea to use session_regenerate_id() right after session_...
[tt-rss.git] / include / functions.php
index 3cd21969d27f90f3b86d509832b1c8bfb7d2f6fc..f5837e51c000285a44072ddf750751391de0c193 100755 (executable)
                                        session_commit();
                                }
 
-                               session_start();
                                session_regenerate_id(true);
+                               session_start();
 
                                $_SESSION["uid"] = $user_id;
                                $_SESSION["version"] = VERSION_STATIC;