Merge branch 'cookie_http_only' into storageareas
This commit is contained in:
commit
acbc5bc9e3
|
@ -118,7 +118,7 @@ session_set_cookie_params(
|
|||
$currentCookieParams["path"],
|
||||
$currentCookieParams["domain"],
|
||||
$currentCookieParams["secure"],
|
||||
true,
|
||||
true
|
||||
);
|
||||
|
||||
ini_set( 'session.name', 'ZMSESSID' );
|
||||
|
|
Loading…
Reference in New Issue