i have a iOS application that basically is a webview that contains a mobile web app, the web app requires a login, i've setter up all the scripts and everything to have the feature "remember me" when you login (a cookie is created)
but after a while of no activity (if the app is running in the background), and if you open the app again it ask you to login, even though i checked "Remember me"
Question: do i need to enable the web view to accept cookies or something?, assumed that since the UIwebview is built on iOS Safari it would just work...
Appreciate any help/clarification