Newsgroups : Microsoft : microsoft.public.inetsdk.programming.wininet : 2005 Nov : Need to clear cache, cookies & bookmarks
| Subject: | Need to clear cache, cookies & bookmarks |
| Posted by: | "ASmall" (asma..@discussions.microsoft.com) |
| Date: | Sun, 13 Nov 2005 08:39:08 |
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?