How to implement session like stackoverflow?
Posted
by stacker
on Stack Overflow
See other posts from Stack Overflow
or by stacker
Published on 2010-05-21T23:15:22Z
Indexed on
2010/05/21
23:20 UTC
Read the original article
Hit count: 248
I'm implementing this kink of login: http://jaspan.com/improved_persistent_login_cookie_best_practice
In this design a new token issued to the user each new login.
So it tells me that I need to
Now I need to implement a session, for this login.
I'd like to implement session like stackoverflow, so people will can have session without login. but for a login there will be always a session.
Any ideas how?
© Stack Overflow or respective owner