Commit 853f658
committed
Fix secure cookie handling for multi-level subdomains
Disable ThirdPartyStoragePartitioning and PartitionedCookies features
to fix an issue where Chrome fails to properly respect the Secure flag
on cookies set with Domain=.example.com when accessed from multi-level
subdomains like dev.app.example.com.
This resolves the cookie persistence issue documented in #421 where
session cookies were not being sent on subsequent HTTPS requests to
dev.app.example.com despite being set correctly by the server.
Fixes #4211 parent 800e7e8 commit 853f658
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
| |||
0 commit comments