session cookie as httponly

This commit is contained in:
Miroslav Šedivý 2019-12-22 22:53:25 +01:00
parent b3fd2fd035
commit 79c5adf495

View file

@ -21,4 +21,5 @@ if(Config::get_safe('debug', false)){
Lang::load(empty($_GET["hl"]) ? Config::get("lang") : $_GET["hl"]);
// Start session
ini_set('session.cookie_httponly', 1);
session_start();