Added by David Ramírez about 15 years ago
Hi,
someboy know how to enable expired sessions? I have created the Data Sessions migration with:
rake db:sessions:create.
Then, I have defined in my environment.rb the config:
config.action_controller.session_store = :active_record_store
And Data Session works correctly. In that moment, I don't know how to create o enable expired sessions for 5, 6, or 30 minutes for example. some help?
Thanks friends!
David.