I'm using Ruby1.8.7 & rails 3.1.0. I want to increase session timeout. I already gone through the existingg threads but didn't helped me.
Please guide.
I'm using Ruby1.8.7 & rails 3.1.0. I want to increase session timeout. I already gone through the existingg 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.