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 9d5de20 commit 2580a70Copy full SHA for 2580a70
resources/platformsh/common/5.0/.platform/varnish.vcl
@@ -61,7 +61,7 @@ sub vcl_recv {
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, ";(IBX_SESSION_ID[^=]*)=", "; \1=");
64
- set req.http.cookie = regsuball(req.http.cookie, ";(ibexa-[^=]*)=", "; \1=");
+ set req.http.cookie = regsuball(req.http.cookie, ";(ibexa[-_][^=]*)=", "; \1=");
65
set req.http.cookie = regsuball(req.http.cookie, ";[^ ][^;]*", "");
66
set req.http.cookie = regsuball(req.http.cookie, "^[; ]+|[; ]+$", "");
67
0 commit comments