I am having problems getting PHP session variables (for example, $ _SESSION ['username']) to work with PHP server-side code launched via an ajax call from the Phonegap application.
In exploring this issue, I found conflicting recommendations as to whether session variables and cookies can be used.
Does anyone have a definitive answer?
If you can use session variables and cookies, are there any issues that I should know about using them that could help them not work?
I know that cookies can be enabled for Phonegap applications on the iPhone, but as far as I know, not for Android.
source share