Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #1763 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[RESEARCH] session management per action

Reported by: minam Assigned to: David
Priority: normal Milestone:
Component: ActiveRecord Version: 0.13.1
Severity: normal Keywords:
Cc:

Description

This patch allows sessions to configured (or even disabled) at the action level. Syntactically, it works just like filters (with :only and :except), and accepts all of the session configuration options allowed by the Session class.

Attachments

sessman.diff (6.3 kB) - added by minam on 07/17/05 14:39:30.

Change History

07/17/05 14:39:30 changed by minam

  • attachment sessman.diff added.

07/22/05 10:37:43 changed by minam

  • status changed from new to closed.
  • resolution set to fixed.