This project is archived and is in readonly mode.
[PATCH] Allow session(:on)
Reported by Peter Jones | May 7th, 2008 @ 08:18 PM
If sessions were disabled using session(:off) in the application
controller, but you need sessions in another controller, session(:on)
seems intuitive as opposed to session(:disable => false).
This patch implements session(:on) with documentation and tests.
Comments and changes to this ticket
-
Repository May 11th, 2008 @ 07:17 PM
- State changed from new to resolved
(from [8857994f92293a78df9addbc0998ef02fca82fae]) Added session(:on) to turn session management back on in a controller subclass if the superclass turned it off (Peter Jones) [#136 state:resolved]
-
Repository May 11th, 2008 @ 07:19 PM
(from [c43623c48b977d05413d86867651bfc3762b745a]) Added session(:on) to turn session management back on in a controller subclass if the superclass turned it off (Peter Jones) [#136 state:resolved]
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>