Mobile application authentication & session management from java application -


i'm looking suggestions below listed problem

i have web application developed on java & current web application developed below features

  1. authentication (login/logout)
  2. session management
  3. dashboard subscription , profile edit
  4. some crud functionality.

now, i'm planning mobile app same futures. since current application can able provide restful service crud operations. let me know best approach achieve authentication & session management in mobile app?

thanks in advance suggestions.

have day.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -