Changes between Initial Version and Version 1 of Ticket #18128, comment 3
- Timestamp:
- Apr 14, 2012, 1:59:20 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18128, comment 3
initial v1 1 1 I'm sorry, but I don't understand your report. Session keys are properly created when you save the session. 2 2 3 Even 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 3 5 Could you provide a test case for our test suite exhibiting the problem?