You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brian Buchalter edited this page May 21, 2020
·
4 revisions
In a scenario where the user need not be timed out when idle for more than the timeout period, Just add the code below to the controller for that action:
I had to modify this slightly, for my needs, and I also skipped trackable.
This meant when I visited another action which didn't skip timeout it got timed out as though the skipped page as not visited.