Merge branch 'cookie_http_only' into storageareas

This commit is contained in:
Isaac Connor 2016-12-08 15:20:54 -05:00
commit acbc5bc9e3
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ session_set_cookie_params(
$currentCookieParams["path"],
$currentCookieParams["domain"],
$currentCookieParams["secure"],
true,
true
);
ini_set( 'session.name', 'ZMSESSID' );