Details
-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
5.3.2
-
None
-
Mac OSX 10.10, iOS 7.1 / iOS 8
Description
Hello.
I was working on a mobile application using Http Request. iOS does the cookie management as default. I partially examine the qtbase/src/network/access/qnetworkreplynsurlconnectionimpl.mm. There should be a line like
nsRequest.HTTPShouldHandleCookies = NO;
According the link below, this property is default YES. Qt API should handle this with QNetworkCookieJar if we want to.
The main problem, Cookies managed by iOS is permanently stored in app sandbox. The get rid of that, either you should delete your application, or should delete programmatically. Either way, Qt should have us own classes for this.