Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
— | de:wiki:cookies [2024/09/22 00:27] (aktuell) – angelegt - Externe Bearbeitung 127.0.0.1 | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
+ | ====== Cookies ====== | ||
+ | :?: I want to comply with the EU Cookie Law and need to know what kind of cookies DokuWiki uses? | ||
+ | |||
+ | :!: A default installation of DokuWiki sets **three cookies**. But be aware that [[: | ||
+ | |||
+ | |||
+ | ===== DW< | ||
+ | Used for authentication after login. This holds the necessary data to (re)login a previously authenticated user. | ||
+ | |||
+ | * Importance: **necessary** for anyone who needs to log in | ||
+ | * Typical content: encrypted username and password | ||
+ | * Expires: in a year (if " | ||
+ | |||
+ | |||
+ | ===== DOKU_PREFS ===== | ||
+ | |||
+ | Used for remembering helpful user preferences, | ||
+ | |||
+ | * Importance: **functional** | ||
+ | * Typical content: name/value pairs in plain text | ||
+ | * Expires: in a year | ||
+ | |||
+ | ===== DokuWiki ===== | ||
+ | |||
+ | |||
+ | The standard PHP session identifier. Used to hold temporary data and to avoid CSRF attacks. | ||
+ | |||
+ | * Importance: **necessary** | ||
+ | * Typical content: random ID | ||
+ | * Expires: at the end of the browser session | ||
+ | |||
+ | |||
+ | ===== DW-C-confirm ===== | ||
+ | under construction (19.May 2018) | ||
+ | * Importance: **necessary** | ||
+ | * Typical content: yes | ||
+ | * Expires: in a year | ||
+ | |||
+ | |||
+ | \\ | ||
+ | |||
+ | {{ : | ||
+ | ====== Links ====== | ||
+ | * zu Nachweisquellen | ||
+ | * https:// | ||
+ | * zu Dokumentationen | ||
+ | * https:// | ||