@Support;
There is a parameter that you can call the URL with that will disable the "remember me" and will ask for the user name and password again. Otherwise, it lasts indefinitely
Does this mean, users have to have multiple urls (icons) on their phone for different purposes?
One url, for entering everyday login
One url, for not logging in (remember me)
One url to reset remember me.
The goal is to make it easier for the user to use the app and not overwhelm them with multiple URLs and icons on the their mobiles. How many apps do you see that has 3 icons for login?
As Henrik pointed out, the user should be able to to set "remember me" or normal login within an app (just like any normal Mobile app does) and not through a series of URLs. Aware should save/change the credentials in the local storage, rather than doing via an outside html/js file. This implementation will create more annoyance than benefit.