1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

mobile version uses separate sid

This commit is contained in:
Andrew Dolgov
2006-05-23 06:07:38 +01:00
parent 757e8a2dae
commit 3dd46f19db
7 changed files with 15 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
$password = $_POST["password"];
$return_to = $_POST["rt"];
if ($_COOKIE["ttrss_sid"]) {
if ($_COOKIE[get_session_cookie_name()]) {
require_once "sessions.php";
if ($_SESSION["uid"]) {
initialize_user_prefs($link, $_SESSION["uid"]);