Variables set using Sys.setenv() are available to all users of a given
Shiny app. This is not always desirable. shiny_setenv() allows you to set
environment-like variables which are only available to the current user, but
which are available within any Shiny module within the app.
Usage
shiny_setenv(..., session = shiny::getDefaultReactiveDomain())