Reputation: 3
I search the web a whole time and don't find any answers. Is it possible that two or more UIWebViews share the same session? And how can I achieve this?
Upvotes: 0
Views: 1189
Reputation: 55534
They should share the same sessions by default, each app has it's own cookie jar, etc. You won't be able to share with Mobile Safari though.
Upvotes: 2