android - Session time-out in webservices -
i developing restful webservice using eclipse , android application. user logs in using username , password on android application checked against database @ server side(using web service).
now, want maintain session user remain logged in, is, user not have log in again , again whenever re-opens application.
how it? searched on net not find accurate solution. kindly appropriate solution. ask if more information required.
use shared preferences save session data . there tutorials : http://www.androidhive.info/2012/08/android-session-management-using-shared-preferences/
Comments
Post a Comment