Hello, I've submitted a patch to improve session behavior in Rails. The most important change is related to lazily-loaded sessions -- a new session will now be created only when it is needed (when it is written to), not when the session hash is accessed. See the case for details:
https://rails.lighthouseapp.com/projects/8994/tickets/4938-patch-session-fixes-sessions-should-not-be-created-until-written-to-and-session-data-should-be-destroyed-on-session-reset The patch is pretty straightforward, and has good test coverage, but I would appreciate feedback, especially from folks who have worked in this area of the framework. Thanks, Michael -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
