Reputation: 27003
When a webpage is bookmarked on the home screen of an iPhone, persistent cookies seem to get lost each time the app is opened. Is there a way to keep the cookies alive?
Upvotes: 4
Views: 1192
Reputation: 4185
iPhone supports localStorage, I would suggest using this for simple key/value persistent storage.
Upvotes: 1