0

Chrome doesn't seem to clear session cookies when I close my browser. I don't particularly mind this, but sometimes (particularly when testing something), it's useful to be able to clear them out.

Is there a relatively easy way to clear just the session cookies? Ideally I'd be able to do it just for a particular site, but if there's a simple way to clear session cookies for the whole browser instance I'd be fine with that too.

3 Answers3

1

You could go to Settings > Show advanced settings > Contents settings > All cookies and site data > then search for your site and individually delete all the cookies that show up in the search. enter image description here

Or you could also use an extension like Edit this cookie for more granular control.


EDIT: The easiest way I can think of is to click the "View Site Info" button next to the refresh button, click "Show cookies and site data", navigate to the cookie you want to remove and click "Remove".

The following snap might help: enter image description here

Shazvi
  • 1,320
0

Incognito/Privacy Mode works wonders when I'm doing login or cookie based testing.

Close and reopen into another Incognito window and the cookies and cache are now empty.

BryanC
  • 458
  • 3
  • 9
0

In Chrome go to the web page. Hit F12. Click the resources tab at the top. On the left you will see a tree with boxes for Local Storage, Cookies, Session storage. Click into them. If there are any they will show on the right. Right click on whatever shows up on the right and select delete.

Done.