Persisting cookie for iPhone UIwebview mobile web app

Posted by Brad Thomas on Stack Overflow See other posts from Stack Overflow or by Brad Thomas
Published on 2012-08-23T15:33:51Z Indexed on 2012/08/28 15:39 UTC
Read the original article Hit count: 279

I'm using MVC4 forms auth. My mobile web app runs in full screen UIwebview on iphone. I have a home screen icon for my mobile web app. The app needs to launch external links. Those launch in Safari, which works fine. However returning to the mobile web app by clicking again on the home screen icon, seems to have logged the user out. Ideally I want the user to remain logged into the web app after viewing the external links in Safari. Maybe the cookie got deleted? Can I persist the cookie?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about asp.net-mvc