Sets cookies with Domain=.dev.advice.ers.nhs.uk to test cross-subdomain sharing.
| Attribute | poc_session | poc_client |
|---|---|---|
| Domain | .dev.advice.ers.nhs.uk | .dev.advice.ers.nhs.uk |
| Path | / | / |
| Secure | Yes | Yes |
| HttpOnly | Yes | No |
| SameSite | Lax | Lax |
| Max-Age | 3600s | 3600s |
document.cookie:
HttpOnly cookies are invisible to JavaScript — this is expected and demonstrates the protection.