X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=blobdiff_plain;f=include%2Ffunctions.php;h=b290898329a2a0d157455b317d61174d5c47a833;hp=006d17a4887c3683920bd73b2d5bdbaddd8345ef;hb=5f66f872b6ddf5d3b70504fd870e6c4de69c1d19;hpb=d246fb9fe1f18eb98037758f1b7369b34258fbf7 diff --git a/include/functions.php b/include/functions.php index 006d17a4..b2908983 100755 --- a/include/functions.php +++ b/include/functions.php @@ -714,8 +714,8 @@ if ($user_id && !$check_only) { - session_regenerate_id(true); session_start(); + session_regenerate_id(true); $_SESSION["uid"] = $user_id; $_SESSION["version"] = VERSION_STATIC;