I am developing an application on android, which has a web server and a MySQL database.
The database contains the user names and the passwords.
I would like to implement the login procedure and establish a session between the android device and the web server using PHP.
Thanks in advance...