c++ - Delete a file on 'Cache Clear' in IE -


we creating browser extension ie. using atl , c++ create same.

we writing file: authtest.txt on successful login inside

%appdata%\local\microsoft\internet explore 

to store information during session. on logout, deleting file well.

my question when user clears cache of ie browser, authtest.txt not deleted.
how delete file on cache clear code?

ie maintains database of files in cache. have tell ie file can added database. @ createurlcacheentry(), commiturlcacheentrya(), , commiturlcacheentryw(). refer msdn more details working ie cache:

caching (windows)


Comments

Popular posts from this blog

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -