| 2.91 - logout doesn't clear cookie
If I log in as the admin and then log out, the cookie is not cleared. This means that when I try to log back in again as a different user I get the 'invalid user' because it seems to pick up the password in the admin cookie in preference to the one typed in.
Deleting the cookie after logging out fixes this problem which suggests that the cookie is not being unset on log out.
|