Hi
Thanks for the reply. What you said is right And from the doc what I
understood is it sets remember_me default as 3.months. But how can we
modify that? That is my question. What I need is when user check
remember_me check box from view time should be set to 2 weeks (say 2
minutes as an example) I tried like
class UserSession < Authlogic::Session::Base
remember_me_for 2.minutes
end
But this did not work. Even after 2 minutes user session persisted
Tom
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" 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-talk?hl=en.