Ruby Rails Session timeout
I'm using Ruby1.8.7 & rails 3.1.0. I want to increase session timeout. I already gone through the exi开发者_运维知识库stingg threads but didn't helped me.
Please guide.
You're most likely using devise. In this case, follow these suggestions. Ensure you add :timeoutable
as a module in the devise model as well.
精彩评论