]> git.wh0rd.org - tt-rss.git/blobdiff - api/index.php
implement some tweaks to session handling; properly remove session cookie if invalid...
[tt-rss.git] / api / index.php
index 50703175b9a28f8cc68a9013a2bd873ff0578f41..53b78b010df0351d88c90e69513bb84e27999b9d 100644 (file)
@@ -11,6 +11,7 @@
        chdir("..");
 
        define('TTRSS_SESSION_NAME', 'ttrss_api_sid');
+       define('NO_SESSION_AUTOSTART', true);
 
        require_once "db.php";
        require_once "db-prefs.php";