Changes between Initial Version and Version 1 of Ticket #18128, comment 3


Ignore:
Timestamp:
Apr 14, 2012, 1:59:20 AM (12 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18128, comment 3

    initial v1  
    11I'm sorry, but I don't understand your report. Session keys are properly created when you save the session.
    22
     3Even before r17155, neither `SessionMiddleware.process_request` nor `SessionBase.__init__` accessed `session.session_key`. So the auto-creation behavior wasn't triggered until the session was saved. It seems to me that your patch actually changes the behavior of `SessionMiddleware.process_request` in a backwards-incompatible way.
     4
    35Could you provide a test case for our test suite exhibiting the problem?
Back to Top