Tagged Questions

7
votes
6answers
875 views

'Remember-me' authentication feature, does it always mean 'Unsecure' Website?

I'm considering to implement the classic 'remember-me' checkbox on my webapp to allow the authenticated user to be 'remembered' once he returns to visit my website. Gmail, Facebook and others have ...
1
vote
4answers
241 views

RememberMe option in an asp.net web application

what are the possible ways of implementing remember me option in an asp.net web application?
0
votes
2answers
206 views

logging in, logging out & session behavior

When you log out of a web app, should ALL your session be logged out? When I log out of the web app from the public library, should it also log me out of the session I have on my home computer? When ...