wininet.dll exposes methods to Get and Set a cookie for Internet Explorer.
What's the best way to get a list of ALL cookies that are set for the current user in ALL domains from a windows forms application (.net). I'm sure I could read in the Temporary Internet Files folder, but I can't imagine there isn't a more robust way.
Thanks