This project is archived and is in readonly mode.
rails 2.3.2 drops support for session.new_session
Reported by Michael Economy | March 17th, 2009 @ 05:30 PM | in 2.x
I'm sure I'm missing something, but how do i tell if a session is new or not?
session.new_session doesn't exist anymore
Comments and changes to this ticket
-
David Dollar March 17th, 2009 @ 07:26 PM
I don't believe that session.new_session was ever a test for whether a session was new, but rather was a way to create a new session.
-
Michael Economy March 20th, 2009 @ 06:04 PM
oh wow, you're right.
Don't ever trust a coworkers code :D
-
Jeremy Kemper March 20th, 2009 @ 10:14 PM
- State changed from new to invalid
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>