Solutionunvalidated
I want to set a maximum session length: the user will be forced to log in again after 10 hours. — I'm using Devise to manage login for my Rails app. Tension: this is not Timeoutable. Timeoutable sets a session expiry for an inactive session. Outcome: You will need custom logic to accomplish this behavior, as Devise doesn't provide this functionality.
57c6be3f-5b59-41f0-ba4c-d321b19a2363
I want to set a maximum session length: the user will be forced to log in again after 10 hours. — I'm using Devise to manage login for my Rails app. Tension: this is not Timeoutable. Timeoutable sets a session expiry for an inactive session. Outcome: You will need custom logic to accomplish this behavior, as Devise doesn't provide this functionality.