Mathics3 / mathics-django

Django front-end to Mathics
Other
100 stars 10 forks source link

Fix empty session_key on new sessions #168

Closed alek3y closed 1 year ago

alek3y commented 1 year ago

The session was being shared by everyone because session.session_key was None when accessing the _evaluations dictionary.

From what I experimented this fixes #169.

alek3y commented 1 year ago

Sure, my bad. I just opened #169.

rocky commented 1 year ago

Sure, my bad. I just opened #169.

Thanks for the additional information. Some of this may be murky with respect to when you want sessions to be shared or not. But let's try this and see how it goes.