Someone suggested that I use a WinInet API to achieve what I want, but I would like to know if it is possible to manipulate cookies using the basic Inet control.

Currently I use inet.openurl to open a URL which stores cookie data, and then use inet.getheader to retrieve the header information (what cookie data is being stored, among other things)...I now want to be able to use this data to access the site using that cookie. I am aware that the inet control *stores* the cookie data (well, windows does, it's part of the IE cookie data) but I want to be able to switch cookies quickly...maybe there's a way to clear IE cookies or set them or something?

Anyone got suggestions?