session cookie as httponly
This commit is contained in:
parent
b3fd2fd035
commit
79c5adf495
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
Loading…
Add table
Reference in a new issue