Click to See Complete Forum and Search --> : onUnload question


rick2003
01-07-2003, 11:40 AM
Hi everyone,

I'm starting Javascript and I want to know if it's possible
to clear the cache when you quit a page. I mean release all
info like password ....

The best example is; if I use Outlook web Access with a new windows from a web site and it ask me my domain login and password. When I close that page, it keep my login and password. The only way to clear everything is to close IE

How do I clear the cache of users without closing IE ?

is onUnload would be the solution ?

Thanks for the help and keep the good work !

Rick

swon
01-07-2003, 11:58 AM
I don't think that's possible to clear the cache of the browser, cause it's a security thing, and Javascript is not able to have access for something like that.