views:

81

answers:

1

Firstly, no OAuth or other things supported in the server-side, just a normal username-password database querying.

I want to implement an android client for the web site. My questions are:

  1. How to login safely? with HTTPS?
  2. How to store user login information safely in the phone to make user login without any input in the next time.
  3. If user do some actions after login, how to id himself? how to keep the session? By copy and resend some cookies like "jsessionid" ?
A: 

Hey i am also looking to implement the same functionality..do u have any success ??

not yet, still waiting for answers.
virsir