X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=include%2Ffunctions.php;fp=include%2Ffunctions.php;h=f5837e51c000285a44072ddf750751391de0c193;hb=77aebd7e4a28ba10b07d8ec697cc84cc4a810777;hp=3cd21969d27f90f3b86d509832b1c8bfb7d2f6fc;hpb=5feed36a3cfab485dc56299b3c0e5721378453ea;p=tt-rss.git diff --git a/include/functions.php b/include/functions.php index 3cd21969..f5837e51 100755 --- a/include/functions.php +++ b/include/functions.php @@ -718,8 +718,8 @@ session_commit(); } - session_start(); session_regenerate_id(true); + session_start(); $_SESSION["uid"] = $user_id; $_SESSION["version"] = VERSION_STATIC;