I own several asp/jsp systems that tend to get, for lack of a better word, "clogged" with cache. When a problem is reported the first response is "Have you closed all browsers and cleared all cookies (CABACAC)?"
Unfortunately many of my users will have a dozen sessions open with mutliple tabs in each and CABACACing can take a while. This gets even more frustrating testing and having to do this over and over and over and over.
So, I'm looking for a vbs that GRACEFULLY closes all open IE sessions. I'm aware of how to kill processes via WMI, but that isn't what I'm looking for as it messes up one of my ASP apps.
Any ideas?
-If it ain't broke, break it and make it better.
Unfortunately many of my users will have a dozen sessions open with mutliple tabs in each and CABACACing can take a while. This gets even more frustrating testing and having to do this over and over and over and over.
So, I'm looking for a vbs that GRACEFULLY closes all open IE sessions. I'm aware of how to kill processes via WMI, but that isn't what I'm looking for as it messes up one of my ASP apps.
Any ideas?
-If it ain't broke, break it and make it better.