get_session_id
Returns the session id, which is stored using a browser cookie.
def get_session_id() -> str:
...
See Understanding solara server for more information about the Solara sessions.
This unique ID can be useful to to implement storing state, scoped to a browser session. See the scope example for an example.