How to dynamically, via javascript, delete a session cookie, without manually restarting the browser?
I read somewhere that session cookie is retained in browser mem
This needs to be done on the server-side, where the cookie was issued.