I'm writing an iPhone app. This app requires users to login on a remote web server which is using php + mysql. How can the server handle this? Using sessions? Cookies? unique IDs? Any link/code/tutorial on how to do this would be great.
Thanks!
Get the webservice ready that is build up using php
On login webservice call on account of successful authentication a return a random string keep it in a session variable in server side and save it in a plist or sqlite db
After that every time you make a request call send a additional retrieved parameter check if both are equal then process the request in server side
Check if the Http response code is not 200 if so then pop all the viewcontrollers and get the app to login page(It means the seesion has expired or any other error.You can handle it appropriately if you read about various http response codes)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With