Problem in accessing page

Hi, I have created webpage,it has login form,this works fine if I will login in it from the web and I can navigate every page because of the session.,I also created an android apps that has login form, after I successfully login my apps receive response from the server
“success”.and a new form in my apps will be loaded,now my new form will send data to my wepage via post, to this url http://www.mysite.com/addnewemployee.php,the problem is that I can’t get Inside to addnewemployee.php because it will check the session if it is set else redirect to index.php,.My question for this how can I put session to my android apss in order to access my page that has session.

Thank you in advance.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.