----- Original Message ----- From: "Mark Murphy" <[email protected]>
To: <[email protected]>
Sent: Tuesday, June 07, 2011 2:41 PM
Subject: Re: [android-developers] display index.ph in browser


On Tue, Jun 7, 2011 at 9:26 AM, Knutsford Software
<[email protected]> 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.







I was beginning to think that what I was trying to do was impossible and it looks as though I was right. :(














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

Reply via email to