Changes between Initial Version and Version 1 of Ticket #7836, comment 11
- Timestamp:
- Oct 16, 2013, 8:28:08 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7836, comment 11
initial v1 1 I'm probably missing something, where's the need of checking if some kind of session middleware exists? If not present, wouldn't ` `{}`` be returned anyways?1 I'm probably missing something, where's the need of checking if some kind of session middleware exists? If not present, wouldn't `{}` be returned anyways? 2 2 3 BTW, shouldn't it be better if the engine module import happen outside ` `_session`` and instead of checking for ``if coockie`` ``if cookie is not None`` is checked?3 BTW, shouldn't it be better if the engine module import happen outside `_session` and instead of checking for `if coockie` `if cookie is not None` is checked?