I am using the WebBrowser control to make a browser. As far as IE is concerned, all cookies are stored in a temporary folder (cache).

I want my application to be totally independent of IE. So, like IE, I want to store cookies in a temporary folder (not the folder where IE stores). How would I do that? First of all how do I find out whether the web site a user has visited or is currently viewing creates cookies or not? If yes. then how do I store those cookies in a temporary folder? Also when a user visits a URL which he had previously visited & that had created cookies, how do I make the browser read those cookies?

Thanks,

Arpan