Understanding anvil.server.session

Oh, yes! Persistent Server and Basic Python 3 don’t mix (the PyPy sandbox can’t do multithreading, so there’s no way for one instance to handle multiple requests). 3.10 or Full Python are your best options!

1 Like