Skip to content

Commit

Permalink
Fix: AnonymousRequestMatcher doesn't check session name prefix (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
blankse authored and andrerom committed Mar 23, 2018
1 parent 724894e commit 2b8d463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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": {
Expand Down
1 change: 1 addition & 0 deletions src/Resources/config/fos_http_cache.yml
Expand Up @@ -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
Expand Down

0 comments on commit 2b8d463

Please sign in to comment.