Ruby on Rails Friday, December 30, 2011

Hassan Schroeder wrote in post #1038883:
> On Fri, Dec 30, 2011 at 7:40 AM, Csar <cesare.diaz@gmail.com> wrote:
>
>> Devise will expire session in the time that you put in
>> 'config/initializers/devise.rb' with
>>
>> config.timeout_in = 5.minutes
>>
>> but this won't redirect your app automatically to the login page, so,
>> you would need some javascript function to solve this.
>
> Alternatively, just include a meta-refresh tag in every page pointing to
> your login page, with the appropriate timeout as the refresh interval.

I would also advise planning ahead to remove this "feature" when your
client begs you to, since the users will all hate it.

--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment