Setting the cookies

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

Check in Fiddler and make sure they are set.

Click here to go back