trigger code in shiny app when user click on sign out - shinyproxy

Viewed 74

I have a shinyapp taken in production with shinyproxy.

When user click sign out from shinyproxy i.e enter image description here

I'd like to be able to trigger inside my app some brief computation, but OnStop or session$onSessionEnded() doesn't seem to work in this case, they work only when user close the browser tab.

Any idea? Thanks

0 Answers
Related