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 |
/
|
||
PANOpticum.CookieTest.SS-Unspecified.SEC-0.HTTP-1
|
Unspecified | False | True |
/
|
||
PANOpticum.CookieTest.SS-Unspecified.SEC-1.HTTP-0
|
Unspecified | True | False |
/
|
||
PANOpticum.CookieTest.SS-Unspecified.SEC-1.HTTP-1
|
Unspecified | True | True |
/
|
||
PANOpticum.CookieTest.SS-Lax.SEC-0.HTTP-0
|
Lax | False | False |
/
|
||
PANOpticum.CookieTest.SS-Lax.SEC-0.HTTP-1
|
Lax | False | True |
/
|
||
PANOpticum.CookieTest.SS-Lax.SEC-1.HTTP-0
|
Lax | True | False |
/
|
||
PANOpticum.CookieTest.SS-Lax.SEC-1.HTTP-1
|
Lax | True | True |
/
|
||
PANOpticum.CookieTest.SS-Strict.SEC-0.HTTP-0
|
Strict | False | False |
/
|
||
PANOpticum.CookieTest.SS-Strict.SEC-0.HTTP-1
|
Strict | False | True |
/
|
||
PANOpticum.CookieTest.SS-Strict.SEC-1.HTTP-0
|
Strict | True | False |
/
|
||
PANOpticum.CookieTest.SS-Strict.SEC-1.HTTP-1
|
Strict | True | True |
/
|
||
PANOpticum.CookieTest.SS-None.SEC-0.HTTP-0
|
None | False | False |
/
|
Negative control: modern browsers normally only accept SameSite=None together with Secure. | |
PANOpticum.CookieTest.SS-None.SEC-0.HTTP-1
|
None | False | True |
/
|
Negative control: modern browsers normally only accept SameSite=None together with Secure. | |
PANOpticum.CookieTest.SS-None.SEC-1.HTTP-0
|
None | True | False |
/
|
||
PANOpticum.CookieTest.SS-None.SEC-1.HTTP-1
|
None | True | True |
/
|
||
PANOpticum.CookieTest.PATH-Current
|
None | True | True |
/Demo/CookieInfo
|
Should be received on the CookieInfo page. | |
PANOpticum.CookieTest.PATH-NoMatch
|
None | True | True |
/Demo/CookieInfo/__cookie_test_no_match__
|
Negative control: must not be received on the CookieInfo page. |