tags:

views:

1093

answers:

1

Hi There, My application needs to be able to read cookies stored by a page loaded in the UIWebView. I need to be able to read the cookies using xcode so that I can store some values in application settings. Does anyone know if its possible to read cookies using xcode? Your help is much appreciated. Stuck on this for ages. Tony

+2  A: 

You can use NSHTTPCookieStorage to read/modify cookies. UIWebView is using this storage.

mfazekas