Archived Forum Post

Index of archived forum posts

Question:

How can Istore cookies with custom name??

Jun 21 '13 at 18:09

I want to be able to store cookies in a certain folder (this is simple) but not with the domain name as the cookie name but with a custom name (for example if I use 10 accounts to login to a site I don't want the cookie to be named "mysite.com" - the default name used, I want to name them "username1", "username2",..., "username10") then I want to be able to recall the specific cookie for a specific account and use it in POST's and do my job on the site as that user and so on...so:

How can I save the cookies with custom names and use them later in HTTP requests?