Number | Cookie Name | Value | Validity | Purpose |
---|---|---|---|---|
1 | pll_language | de or en | max. 1 day | To Remember/Save the choosen language |
2 | cookie_notice_accepted | true | 1 month | To Remember/Save if the cookie information was accepted(if we still have to show the cookie banner) |
You want to delete Cookies?
External links to the descriptions of the makers:
Google Chrome – Manage cookies
Mozilla Firefox – Remove cookies
Microsoft Internet Explorer – Manage cookies
function delete_cookie(name){ document.cookie = name + '=; expires=Thu, 01 Jan 1970 00:00:01 GMT;';alert("Cookie "+ name + " deleted!); }