More importantly, how do I fix it?
It\'s as if backgrounding the app doesn\'t end the session.
to end the session when the app goes to background, use
applicationWillResignActive
and maybe put about:blank or something in your webview. (assumption ;))
save the location and reload it in
applicationDidBecomeActive
or read more here