In python for Shiny, how do you access things like user information to register who clicks a button (I am creating a list of request codes to do things with later but I want to know who added it at the time).
Does a session have to be included in the server function of the app?