Hacker News new | ask | show | jobs
by anon1252 2789 days ago
> and expiring it when you log-out?

and how would you do that if the user doesn't actively log out of a service?

1 comments

set the cookie in the response to their next request to you?

specifics depend upon the language and framework used on the server, etc...