Hi, I am still newbie in developing android and I need your help please,I have website which is behind in LoginForm,..I created an android apps and I created a loginform in my android I have no problem in sending data via post to my webserver during login,it will response "success" from my server meaning I am successfully log in. After that a new form will be loaded in my android apps to add some members or users,when I send or add new users to my website in this example url http://www.mysite.com/addnew.php ,it will not allow me send data and I will be redirected to my index.php and it show up to my response of my android apps the html form which is from my webpage.,I know the reason why I am redirected to index.php because I have script there in php to check $_SESSION;,..Is it possible to put session on my android after I succesfully login, so that I can navigate to other page in my website.
More inputs greatly appreciated.
More inputs greatly appreciated.