On Tue, Jun 7, 2011 at 9:26 AM, Knutsford Software
<i...@knutsford-software.co.uk> wrote:
> I want http://www.extraplay.com/mobile/index.php to display in a browser and
> I want the session variables preserved from
> http://www.extraplay.com/mobile/prcs_login-verify-mobile.php when in.php is
> called. How do I go about it?

You don't.

The best you can do is display index.php in a WebView, copy the
cookies from the WebView into the HttpClient CookieStore, and go from
there. I presume that this is possible, though I seem to recall some
posts indicating that there were issues with doing it, so I don't know
how easy it is.

SDK applications cannot read cookies from a standalone browser
application, for obvious security reasons.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 3.4 Available!

-- 
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