How can I delete current session in Chrome?
- by Eric
I'm using Google Chrome and want to delete the current session data on the fly. I can do this on Firefox with the web developer extension, but Chrome doesn't seem to have the same option in their webdev extension. So how can I do this?
I realize that session data is stored on the server side and tracked in the browser with cookies. So really, I…