It appears that Chrome is not deleting session cookies, (see this question) this includes the ones set by IIS for session handling.
When I look at the cookie store for my page I see a large number of old these ASP session id cookies. When I process a log out would it be a good idea use JavaScript to remove these from the browser?
Can I please ask that when answering that you provide reasoning so that other readers can understand why you are for or against?