You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this implemented in my real word example. The various methods of keeping the session alive made me decide to keep it external to the library.
In my situation I have the session renewed automatically every 5 minutes, and then idle timer kills it if inactive for 7 minutes. These are two separate threads if you want to think about it that way.
Would be great if there is any way to call a method with a separated time interval to call to an specific service to mantain the backend session alive
Like:
The text was updated successfully, but these errors were encountered: