Used Cookies

Name Usage
.AspNetCore.Culture Overrides the automatic language selection.
.AspNetCore.Antiforgery.xyz Protects the server against cross scripting attacks.
.AspNet.Consent Stores the cookie consent.
Demo_authentication Contains the user authentication token, which allows the use of userbased authorization.

Cookie diagnostics

Current request: GET https://panopticum.gis24.eu/Demo/CookieInfo

Cookies currently received by the server

No cookies received.

Test cookies in the current request

Name SameSite Secure HttpOnly Path Received Note
PANOpticum.CookieTest.SS-Unspecified.SEC-0.HTTP-0 Unspecified False False / No
PANOpticum.CookieTest.SS-Unspecified.SEC-0.HTTP-1 Unspecified False True / No
PANOpticum.CookieTest.SS-Unspecified.SEC-1.HTTP-0 Unspecified True False / No
PANOpticum.CookieTest.SS-Unspecified.SEC-1.HTTP-1 Unspecified True True / No
PANOpticum.CookieTest.SS-Lax.SEC-0.HTTP-0 Lax False False / No
PANOpticum.CookieTest.SS-Lax.SEC-0.HTTP-1 Lax False True / No
PANOpticum.CookieTest.SS-Lax.SEC-1.HTTP-0 Lax True False / No
PANOpticum.CookieTest.SS-Lax.SEC-1.HTTP-1 Lax True True / No
PANOpticum.CookieTest.SS-Strict.SEC-0.HTTP-0 Strict False False / No
PANOpticum.CookieTest.SS-Strict.SEC-0.HTTP-1 Strict False True / No
PANOpticum.CookieTest.SS-Strict.SEC-1.HTTP-0 Strict True False / No
PANOpticum.CookieTest.SS-Strict.SEC-1.HTTP-1 Strict True True / No
PANOpticum.CookieTest.SS-None.SEC-0.HTTP-0 None False False / No Negative control: modern browsers normally only accept SameSite=None together with Secure.
PANOpticum.CookieTest.SS-None.SEC-0.HTTP-1 None False True / No Negative control: modern browsers normally only accept SameSite=None together with Secure.
PANOpticum.CookieTest.SS-None.SEC-1.HTTP-0 None True False / No
PANOpticum.CookieTest.SS-None.SEC-1.HTTP-1 None True True / No
PANOpticum.CookieTest.PATH-Current None True True /Demo/CookieInfo No Should be received on the CookieInfo page.
PANOpticum.CookieTest.PATH-NoMatch None True True /Demo/CookieInfo/__cookie_test_no_match__ No Negative control: must not be received on the CookieInfo page.

Request probes

GET / fetch
POST / fetch
POST / form