Discussion:
Need to clear cache, cookies & bookmarks
(too old to reply)
ASmall
2005-11-13 16:39:08 UTC
Permalink
As part of an internet cafe, one of the requirements is to programmatically
clear the user's history (cache, cookies, bookmarks, typed URLs) after each
session. At the moment I'm considering reading the registry to obtain the
folders (e.g. HKLM\...\InternetSettings\Cache\Paths) and then deleting the
files.
Is there a call into IE that could be used instead?
Is there anything I've missed off the list?
Reymarx Gereda
2005-11-28 22:52:47 UTC
Permalink
Hi,

You can use WinInet cache APIs.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wininet/wininet/caching.asp

You can enumerate and delete the cache entries and cache groups.

Hope you can use this information
--
Reymarx [MSFT]
Windows- Networking
This posting is provided "AS IS" with no warranties, and confers no rights
Post by ASmall
As part of an internet cafe, one of the requirements is to
programmatically
clear the user's history (cache, cookies, bookmarks, typed URLs) after each
session. At the moment I'm considering reading the registry to obtain the
folders (e.g. HKLM\...\InternetSettings\Cache\Paths) and then deleting the
files.
Is there a call into IE that could be used instead?
Is there anything I've missed off the list?
Continue reading on narkive:
Loading...