iPad App Cookies Storage?
Posted
by Aakburns
on Stack Overflow
See other posts from Stack Overflow
or by Aakburns
Published on 2010-05-23T19:19:55Z
Indexed on
2010/05/23
19:20 UTC
Read the original article
Hit count: 374
Hi, I have an application that sends you to one website that shows a login form.
I've read up on cookies from the apple reference (http://developer.apple.com/iphone/library/documentation/Cocoa/Reference/Foundation/Classes/NSHTTPCookie_Class/Reference/Reference.html#//apple_ref/occ/instm/NSHTTPCookie/initWithProperties:)
I'm honestly just not understanding this at all.
Can someone please explain how to get cookies working for an app? Post sample code?
Thanks.
© Stack Overflow or respective owner