I have a question about Webview and PHP:
I am using an Android App that has a Webview Component. The webview component shows a website.
I am using the same PHP code both for my website and for my Android webview component.
when I call an API page from my website, everything is OK, BUT The problem is that when I call an API page from webview, the callback page does not know the original PHP SESSION id.
Any ideas why the webview destroys the session id?