I used to be able to remove a browser session in Firefox developer tools. Now, it seems I can't? I've enabled viewing the storage tab and I can see the session but it no longer gives me the option to remove it.
My reason for wanting to remove a session is for web development. My site stores nav changes in a PHP session and I would like to not have to completely kill the browser and re-open.
Any ideas? Using FF 39.0
When you hold down the ctrl key and click on the site, a menu will pop up. Just select "forget about this site" from that menu and Firefox will delete it from your history. Ctrl+click (or right click) to select a site.
During runtime Firefox uses files is the sessionstore-backups folder. You will normally find these files in the sessionstore-backups folder: *previous.
Once this has been done you will just have to refresh your page and allow your PHP to check for a valid session, and when it does not find one it will create a new session and save a new PHPSESSID cookie to your browser as a brand new session that you can do what you like with.
There is a better way described here:
https://developer.mozilla.org/en-US/docs/Tools/Storage_Inspector
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With