This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
Session's management #495
geomagilles
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi, issues of state and lifecycle are left up to the user of the Kweb library right now for maximum flexibility - although it would be nice to provide a recommended approach. The scope of KVars and KVals are defined by where they are declared, if they're declared outside the Perhaps if you coudl give more details on what you're trying to do I could give more detailed advice. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
If I understand correctly, currently all users share the same state on the server. Can you please provide an example of how to manage user-specific states (for each user to have its own state) - ideally using ktor session management?
Thanks,
Gilles
Beta Was this translation helpful? Give feedback.
All reactions