Automatically Expiring Sessions
SessionExpiration is plugin that allows you to expire sessions after X seconds of inactivity. Useful for when you want to automatically log out users if they're idle.
Installation:
OR
Specify when to expire session in your ApplicationController to do it site wide or you can do it for specific controllers:
If you want to run a method when the session expires use this:
2 Responses to “Automatically Expiring Sessions”
Sorry, comments are closed for this article.