Is it possible to set the Shiny.user variable from within a shiny app?
I would like to set it based on the header (HTTP_X_AUTH_USERNAME) that is passed into Shiny so that I can take advantage of the user tracking example in https://shiny.rstudio.com/articles/usage-metrics.html
Setting the session$user directly in the server function didn't seem to work.