Correct, your server modules are executed in real Python running on a real server. There is strict isolation between users, and no guarantee that anything will persist between server calls (that’s what the anvil.server.session
object is for).
1 Like