shinymanager icon indicating copy to clipboard operation
shinymanager copied to clipboard

Login post timeout opens app in default view

Open pythiantech opened this issue 5 years ago • 0 comments

I have a Shiny app with multiple tabs. Currently I have set the timeout value to 5 to logout the user after 5 minutes of inactivity. Is it possible to open the same tab once the user logs in again, including the state of various UI elements that the user had prior to timeout? The behaviour I have noticed is that once the user logs in again post timeout, the app is reset to its default view. This is unfortunately leading to loss of work that a user was attempting prior to the timeout.

pythiantech avatar Dec 10 '20 05:12 pythiantech