How to keep session while app working

  • Replies:1
__mstf
  • Forum posts: 1

Aug 3, 2018, 10:37:52 PM via Website

Hi all
I want to develop an app

Scenario
1-User installs the app
2 - Sign up with email and password
3- Whenever he runs the app , user signs in automatically
4- For every transaction, server checks session data if he is logged in and authorized

In this app, there is a remote server in which all data is stored
All users ( mobile users ) have an account and in every transaction must be session-cookie based for security

I am not asking android session ( the local one) , but web-based session.

Or how do all well known apps(fb,instagram,gmail vs) do that

Thank you

Reply
James Watson
  • Forum posts: 1,584

Aug 4, 2018, 6:10:34 AM via Website

You may develop a web server application as the server side. In your Android app, you may just start an instance of web browser and then navigate directly to the particular web address. (smug)

Download size < 0.15 MB. But also accurate enough, ad-free & free.
The minimalist app available on Play Store: https://goo.gl/ws42fN
Blog: https://okblackcafe.blogspot.com Your 5-star is appreciated.

Helpful?
Reply