DokuWiki

It's better when it's simple

User Tools

Site Tools


faq:cookies

This is an old revision of the document!


Cookies

DW<md5-hash>

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 1)

DOKU_PREFS

Used for remembering helpful user preferences, like the size of the editor textarea.

  • 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
1)
if “Remember me” was checked when logging in, otherwise: at the end of the browser session
faq/cookies.1440754329.txt.gz · Last modified: 2015-08-28 11:32 by 91.221.59.21

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