]> git.wh0rd.org - tt-rss.git/commitdiff
do not use separate _ssl cookie for secure sessions
authorAndrew Dolgov <noreply@fakecake.org>
Mon, 15 Oct 2018 12:48:37 +0000 (15:48 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Mon, 15 Oct 2018 12:48:37 +0000 (15:48 +0300)
include/sessions.php

index f625cd16f59415f7c672662dffba84bc2afae88b..b79988d987d2d033b6016694a6c9b49adb836923 100644 (file)
@@ -13,7 +13,6 @@
        $session_name = (!defined('TTRSS_SESSION_NAME')) ? "ttrss_sid" : TTRSS_SESSION_NAME;
 
        if (is_server_https()) {
-               $session_name .= "_ssl";
                ini_set("session.cookie_secure", true);
        }