Hello,

i have 2 Activities where each contains a WebView. In the first activity i 
do a loadUrl() to login the user in the view. The website is using cookies. 
When i leave the activity and come later back to it, the cookie is still in 
the CookieManager and valid, so everything is working fine. But, when i can 
the second activity which is also opening same url with different query 
parameters, the server detects the cookie and delete it, also it 
invalidates the login session. The result is going back to the first 
activity i had to re-login because of the deleted cookie.
My idea was now, to temporäry save the cookie by request the url and 
restore it later. But that don't work. The same activity exists for another 
unfortunately popular plattform and there is a new webview spawned with the 
url which is destroying the cookie if sent in a separate process. So this 
is working well. But not in android. I am now out of ideas what i can do 
and i am happy if someone has suggestions/hints for me.

Thank you in advance for your help
Daniel

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to