Hello.
This is my first go at building a Xojo Web App for production purposes.
I have a question:
I created a web container that allows the user to enter username and password in order to log into the system.
Task 1:
Knowing that users sometimes get distracted and leave the browser open (sometimes for hours), I’d like to have the Session timeout after about 5 minutes of inactivity.
Task 2:
In addition to this, after the user successfully logs in, there are times when the user may go to a different website that has nothing to do with my web app. However, if they return before the session times out, then I’d like for them to not have to log back in (essentially use the credentials previously entered).
I know that’s a chunk right there, but any guidance you have would be great on how to accomplish both of these tasks.
Thanks!