AIR on iOS (iPad2) does not store session cookies
I am making AIR build of a game which runs perfectly on web and (when published to AIR) on iPad3 and iPad mini. But on iPad2 it looks like AIR is not storing session cookies. Back-end script generates new session id for each subsequent request from my app. I want to emphasize: I am using the VERY SAME build on all iPads.
I checked both URLRequestDefaults.manageCookies and <my_request_var>.manageCookies -- all are 'true'.
Is this a bug or there's some tricky stuff I have to do to make it work on iPad2?
I am using AIR 3.7 and all iPads have latest iOS versions.
