Thomas Waldmann 4589dd512b fix session cookie behaviour to be more private for not logged-in users, fixes #96
the bug was that it used a permanent cookie for not-logged in users and only switched it to
a session cookie when you logged in (and did not check the remember me checkbox).

now it uses (non-permanent) session cookies by default and switches to the permanent cookie
only if you tell so when logging in and checking that checkbox.
2013-11-28 09:14:16 +01:00
..
2013-11-25 23:49:47 +01:00
2013-11-08 01:52:52 +01:00
2013-11-27 08:38:41 +01:00