Skip to content
Snippets Groups Projects
Commit c00f2ce6 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

FEAT #2513 cookies securisation

parent 2c848c24
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ if ($sessionName == '') {
}
$secure = $_SERVER["HTTPS"];
$httponly = true;
$cookieParams = session_get_cookie_params();
session_set_cookie_params(
time()+3600000,
$cookieParams["path"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment