Providing a better disconnection message to shiny users

Are there any techniques for providing a better/custom client experience when a Shiny app times out? I want to replace the grey screen and "Disconnected from server" message with a client-side screen that shows that the user has ended their session and possibly provides them a redirect to a landing site. onSessionDisconnect() seems to be server side only. Are there any packages or client-side hooks I can use for this purpose?

1 Like

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.