Как сохранить сеанс в мобильном приложении после запроса на вход [закрыто] ⇐ JAVA
-
Anonymous
Как сохранить сеанс в мобильном приложении после запроса на вход [закрыто]
I am facing conceptual issue on how to store session in mobile app after sending login request to API. Basically what I have done so far I created web server using Node.js and I handle sessions using express-session. What I want to to is to create mobile client for Android using Java to let the user login to their accounts and then perform specific activity which will send POST request to my API. My question is after sending login POST request from mobile app, how should I handle the session and is someone could recommend tool which would help I would be grateful.
Источник: https://stackoverflow.com/questions/589 ... in-request
I am facing conceptual issue on how to store session in mobile app after sending login request to API. Basically what I have done so far I created web server using Node.js and I handle sessions using express-session. What I want to to is to create mobile client for Android using Java to let the user login to their accounts and then perform specific activity which will send POST request to my API. My question is after sending login POST request from mobile app, how should I handle the session and is someone could recommend tool which would help I would be grateful.
Источник: https://stackoverflow.com/questions/589 ... in-request
Мобильная версия