We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf5268 commit 7cdd63eCopy full SHA for 7cdd63e
resources/platformsh/common/5.0/.platform/varnish.vcl
@@ -60,7 +60,7 @@ sub vcl_recv {
60
if (req.http.cookie) {
61
set req.http.cookie = ";" + req.http.cookie;
62
set req.http.cookie = regsuball(req.http.cookie, "; +", ";");
63
- set req.http.cookie = regsuball(req.http.cookie, ";(eZSESSID[^=]*)=", "; \1=");
+ set req.http.cookie = regsuball(req.http.cookie, ";(IBX_SESSION_ID[^=]*)=", "; \1=");
64
set req.http.cookie = regsuball(req.http.cookie, ";[^ ][^;]*", "");
65
set req.http.cookie = regsuball(req.http.cookie, "^[; ]+|[; ]+$", "");
66
0 commit comments