Does anyone have any information regarding persistent cookies in a webview. I'm building a wrapper around an existing website, which requires a login. The site has the option of storing login credentials, but I'm assuming they are using cookies and that the session cookies are being deleted when I close the application. Any info or sample code would be much appreciated.