Changes between Initial Version and Version 1 of Ticket #7836, comment 11


Ignore:
Timestamp:
Oct 16, 2013, 8:28:08 AM (11 years ago)
Author:
Unai Zalakain

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?
     1I'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?
    22
    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?
     3BTW, 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?
Back to Top