mirror of https://github.com/mitsuhiko/flask.git
Browse Source
In the snippet 'session.setdefault(...).append(...)', it was being assumed that changes made to mutable structures in the session are are always in sync with the session object, which is not true for session implementations that use a external storage for keeping their keys/values.pull/417/head
Thiago de Arruda
13 years ago
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue