jeffreyhi1 / loginsystem-rd

Automatically exported from code.google.com/p/loginsystem-rd
0 stars 0 forks source link

Login.asp not reading login cookie #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Selecting remember me when logging on correctly creates the login cookie.

Upon logging out the cookie persists in the browser as it should.

Returning to login.asp does not read the cookie and log the user in.

Original issue reported on code.google.com by rdivilb...@gmail.com on 30 Apr 2010 at 12:16

GoogleCodeExporter commented 8 years ago
logout.asp was killing the login cookie, which should have been permanent, thus
login.asp had no cookie with which to login the user.

logout.asp was also set to kill the anti-session fixation cookie.

Original comment by rdivilb...@gmail.com on 30 Apr 2010 at 10:29