Archived Forum Post

Index of archived forum posts

Question:

[REQUEST] Get All Cookies From Memory

Dec 19 '15 at 13:58

Hi,

I see GetCookieXml(string domain). But is there any way to get cookies for all domains?

Or maybe get a list of domains where cookies are available?

If this is not available - I had an idea to just save cookies to an object from every HttpResponse object but I think that'll not include cookies before redirect that some websites tend to set?

This is a requirement that I have before I decide on purchasing Chilkat.

Please note that I must save cookies to memory only.

Thank you very much.