We are developing a mobile app in Android and iPhone which has a server-side coding in PHP (YII). I want to perform session management on the device for authenticating users in a similar way a website (web browser) could manage. Is there any way I could do session management on the device? Please help.
Share
Sessions are stored in Server Buffer unlike Cookies.
You should be fine as you do it the same way you would do for any website.
Did you try doing this before asking?