How to implement session like stackoverflow?
- by stacker
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?