是否可以从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

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.