I'm using Python Shiny and I'm trying to create a WAL during every user's session to offer work recoverability for the user, if the session crashes. I want to use the user's session id as a log and transaction identifier. I've found the app._sessions
attribute, but I assume that holds all concurrent user session ids. How do find a specific user's session id?
Thank you,
Francis