开发者

iPhone Cookie Persistence

开发者 https://www.devze.com 2022-12-20 01:01 出处:网络
In my iPhone app, every time I 开发者_如何学编程relaunch my cookies are cleared. This is using the NSURLRequesst and NSHTTPCookieStorage. And no, they are not session only cookies.

In my iPhone app, every time I 开发者_如何学编程relaunch my cookies are cleared. This is using the NSURLRequesst and NSHTTPCookieStorage. And no, they are not session only cookies.

How can I get NSHTTPCookieStorage to keep my cookies around, and if I can't, what is the proper way to store them (preference, keychain, etc.).


Edit

http://log.scifihifi.com/post/55837387/simple-iphone-keychain-code

0

精彩评论

暂无评论...
验证码 换一张
取 消