cookie:cookies

Action disabled: register

Cookies

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)

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

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

This website uses only functional necessary cookies.

By clicking on OK, you agree with storing that cookies on your computer for the time of your session.
If you do not agree please leave the website.

Show information about the used cookies.

Show our policies.

  • cookie/cookies.txt
  • Last modified: 2020/10/12 17:26
  • (external edit)