You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
As of iOS 5, HTTP responses received within a web view would be cached only in memory, and not in the filesystem. However, in iOS 6, response data is cached in the filesystem in plain text, at this location - '[Application]/Library/Cache/[application name]/Cache.db'. In order to prevent sensitive data from being cached, it would be a good idea to add this line to all outgoing requests that go through ForceTK.
As of iOS 5, HTTP responses received within a web view would be cached only in memory, and not in the filesystem. However, in iOS 6, response data is cached in the filesystem in plain text, at this location - '[Application]/Library/Cache/[application name]/Cache.db'. In order to prevent sensitive data from being cached, it would be a good idea to add this line to all outgoing requests that go through ForceTK.
within the ajax call in
The text was updated successfully, but these errors were encountered: