NSURLReqest and cookies
NSURLReqest and cookies
- Subject: NSURLReqest and cookies
- From: Scott Andrew <email@hidden>
- Date: Fri, 23 Dec 2005 08:14:14 -0800
I have a question. (I asked this on the webkit list too, i am not
sure which list is correct).
I am working on some code using NSURLRequest but i am having issues
with cookies.
If i delete the cookie for the website and go in through my code and
login, all log's in OK and i can see in Ethereal that there is a set
cookie. The cookie gets set and saved, however, it seems the cookie
isn't being used because any more queries to the web site are telling
me i must be logged in (i should be).
If i go through safari first then a cookie is created (different than
the one originally created) and all works fine. If after logging in
through the web site i go to my applicatoin all works fine until the
cookie is deleted.
So my question is using NSURLRequest what am I missing?
Scott Andrew
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden