How do I access a specific user's current session id?

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

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.