Seb
Seb

Reputation: 3

using same session in multiple uiwebviews

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

Answers (1)

Jonathan.
Jonathan.

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

Related Questions