my problem that the below code:
[[NSHTTPCookieStorage sharedHTTPCookieStorage] deleteCookie:cookie];
works fine with ios 5 but with ios6 cookies are not deleted and the web view still uses the same cookies setted before.
Does anyone has an idea about this issue?
Update
after killing the app , it works fine.