Is there any way to keep the user logged in to a webapp

Asked

Viewed 395 times

0

I wonder if it is possible to keep a user logged in with webapp using webview. If yes which one will be the right way.

  • With webview work only for android and Ios and both support LocalSorage, and it is there in the Localstorage that I store whether you are logged in or not. For other platforms like Windowsphone, Blackberry etc, I can’t tell you.

  • for web application it would be best to use Cordova: https://cordova.apache.org/

  • really the idea of localstorage is really good I’ll see what I can do thank you @Neuberoliveira

  • on the subject of phonegap, I’m starting to use it, but the project I’m working on is practically ready in a webview way, which is why I would need the webview solution in this case

1 answer

1


I have a whole system in webview and use control through cookies. look for information about Setcookie or Sessions

Browser other questions tagged

You are not signed in. Login or sign up in order to post.