dongyang1518 2013-08-25 15:40
浏览 43

是否可以从Android应用程序中的PHP文件处理会话

I have successfully logined into MySql database through android. Now i am trying to handle the session of a particular logined user. I have created the .php file with session handling process. And trying to carry session handling in android app through that .php file. Can it be possible? Any help will be appreciated. please help me or share me the link of tutorails containing this problem's solution. Thank You

  • 写回答

1条回答 默认 最新

  • duanlieshuang5330 2013-08-25 16:20
    关注

    Have a look at this .This a question for getting response from php server to android u can change the php file and add the code which checks the cookie and read the answere it will give a hint on recieving response from php.

    评论

报告相同问题?