Hi,
I use a form in a UIWebView in my iPhone application that initially is blank. After the user enters his name for the first time, I would like to store that information and use it for future form submissions, from the same app of course. Does this have to happen through javascript or from the iPhone API? I read about NSHTTPCookie and I'm not sure if this is what I want to use..
Thanks for any suggestion!