diff --git a/composer.json b/composer.json index eccb1346..7237aca5 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "ezsystems/ezpublish-kernel": "^6.13.2@dev || ^7.1@dev", - "friendsofsymfony/http-cache-bundle": "~1.2|^1.3.8", + "friendsofsymfony/http-cache-bundle": "^1.3.13", "symfony/symfony": "^2.7 | ^3.1" }, "require-dev": { diff --git a/src/Resources/config/fos_http_cache.yml b/src/Resources/config/fos_http_cache.yml index c64b345b..7789196a 100644 --- a/src/Resources/config/fos_http_cache.yml +++ b/src/Resources/config/fos_http_cache.yml @@ -7,6 +7,7 @@ user_context: enabled: true hash_cache_ttl: 600 user_hash_header: X-User-Hash + session_name_prefix: eZSESSID tags: # Configure tag header for FosHttpCache