Skip to content

Commit 7cdd63e

Browse files
committed
IBX-8811: Rebranded SiteAccess session prefix
1 parent bbf5268 commit 7cdd63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/platformsh/common/5.0/.platform/varnish.vcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sub vcl_recv {
6060
if (req.http.cookie) {
6161
set req.http.cookie = ";" + req.http.cookie;
6262
set req.http.cookie = regsuball(req.http.cookie, "; +", ";");
63-
set req.http.cookie = regsuball(req.http.cookie, ";(eZSESSID[^=]*)=", "; \1=");
63+
set req.http.cookie = regsuball(req.http.cookie, ";(IBX_SESSION_ID[^=]*)=", "; \1=");
6464
set req.http.cookie = regsuball(req.http.cookie, ";[^ ][^;]*", "");
6565
set req.http.cookie = regsuball(req.http.cookie, "^[; ]+|[; ]+$", "");
6666

0 commit comments

Comments
 (0)