Get User / Session Id

Hi @pierrelouisbescond,

Thanks for posting!

Streamlit does not have an API like st.user_id but you could use other workaround methods to achieve your goal. You could connect your app to Google Analytics and get some logs that way. This thread would be a great place to start implementing some of the solutions.
Here’s another approach on StackOverflow.