Closed (outdated)
Project:
Drupal core
Version:
6.x-dev
Component:
base system
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2007 at 23:39 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
drummThe same algorithm is present in HEAD, so it should get a proper review there before being backported. It took me a few minutes to figure out what exactly is happening, so I changed the second comment.
Comment #2
moshe weitzman commentedSeems reasonable. If it passes the tests, I think it is commit worthy.
Comment #3
Anonymous (not verified) commentedThe last submitted patch failed testing.
Comment #4
R.Muilwijk commentedReroll to HEAD.
Comment #5
damien tournoud commentedD7 cannot be affected.
Comment #6
R.Muilwijk commentedShould it not go to drupal 8 then?
Comment #7
damien tournoud commented@R.Muilwijk: no, I just meant that I don't believe this particular bug affects Drupal 7, because we completely refactored the session handling code.
Comment #8
R.Muilwijk commentedWell that is true but when looking at the code the regeneration is done exact the same as it was and needs the patch.
Please correct me if I a wrong?
Comment #9
damien tournoud commented_drupal_session_write doesn't optimize for the cookie-less case anymore, so we don't need the trick in the session regeneration code.
Comment #10
chx commented