Setting the cookies (with secure)

This page will set the following cookies:
Set-Cookie: StrictCookie=StrictValue; Path=/; SameSite=Strict;Secure;
Set-Cookie: LaxCookie=LaxValue; Path=/; SameSite=Lax;Secure;
Set-Cookie: NoneCookie=NoneValue; Path=/; SameSite=None;Secure;

Check in Fiddler and make sure they are set.

Click here to go back