faced the same problem. You all need to perform this:
[[NSURLCache sharedURLCache] removeAllCachedResponses];
NSArray *cookies = [[NSHTTPCookieStorage sharedHTTPCookieStorage] cookies];
for (NSHTTPCookie *c in cookies) {
[[NSHTTPCookieStorage sharedHTTPCookieStorage] deleteCookie:c];