DokuWiki

It's better when it's simple

User Tools

Site Tools


faq:cookies

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
faq:cookies [2016-07-19 11:32] – md5-hash replaced by hmac 77.163.105.217faq:cookies [2022-12-21 16:06] (current) – [Cookies] changed "and functional" to "are functional" 40.142.58.6
Line 1: Line 1:
 ====== Cookies ====== ====== Cookies ======
 +
 :?: I want to comply with the EU Cookie Law and need to know what kind of cookies DokuWiki uses? :?: 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 [[:plugins]] can set their own cookies! :!: A default installation of DokuWiki sets **three cookies**. But be aware that [[:plugins]] can set their own cookies!
  
 +As you can see, the default cookies required are functional cookies only. No tracking is implemented with these cookies. Nonetheless, you can use the [[plugin:cookielaw]] or [[plugin:cookiebanner]] plugins to display a banner for user consent with cookie storing, if you think that is required.
 +
 +===== DW<hash> =====
  
-===== DW<md5-hash> ===== 
 Used for authentication after login. This holds the necessary data to (re)login a previously authenticated user. Used for authentication after login. This holds the necessary data to (re)login a previously authenticated user.
  
Line 11: Line 14:
   * Typical content: encrypted username and password   * Typical content: encrypted username and password
   * Expires: in a year ((if "Remember me" was checked when logging in, otherwise: at the end of the browser session))   * Expires: in a year ((if "Remember me" was checked when logging in, otherwise: at the end of the browser session))
- 
-In newer versions of DokuWiki: md5-hash is not longer used.  Instead a hmac based hash is used. 
  
 ===== DOKU_PREFS ===== ===== DOKU_PREFS =====
Line 23: Line 24:
  
 ===== DokuWiki ===== ===== DokuWiki =====
- 
  
 The standard PHP session identifier. Used to hold temporary data and to avoid CSRF attacks. The standard PHP session identifier. Used to hold temporary data and to avoid CSRF attacks.
 +
  
   * Importance: **necessary**   * Importance: **necessary**
   * Typical content: random ID   * Typical content: random ID
   * Expires: at the end of the browser session   * Expires: at the end of the browser session
faq/cookies.1468920737.txt.gz · Last modified: 2016-07-19 11:32 by 77.163.105.217

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki