diff --git a/web/index.php b/web/index.php index 6e9ccc132..b873f7f2f 100644 --- a/web/index.php +++ b/web/index.php @@ -118,7 +118,7 @@ session_set_cookie_params( $currentCookieParams["path"], $currentCookieParams["domain"], $currentCookieParams["secure"], - true, + true ); ini_set( 'session.name', 'ZMSESSID' );