Skip to content

Storing data per user/session #449

Closed Answered by falkoschindler
ulrichbi asked this question in Q&A
Discussion options

You must be logged in to vote

Good question, @ulrichbi!
No, the value of global variables like content is shared across all users and sessions.
Here we show an example of how to access a session dictionary, which is a separate storage per session. But we noticed that this is not very convenient and we are currently thinking about a better approach. See #373 for a similar discussion.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by falkoschindler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants