redirect users after 30 minutes of inactivity on skuid page

Is there a way to redirect a user to a different page after a certain amount of time they are inactive? For example, if a user goes to skuid page and they are inactive for 30 minutes, is it possible to redirect the page to a different one?

Hey @Real_Estate_Services ,

A few things, depending on what you are trying to do, you can log a user out after inactivity in SF by going under the sessions heading and set the timeout value to what ever you want and check the box to force logout on session timeout .

If its something else, you cannot do this declaratively but you can do it with some custom code in Skuid to allow redirects to a specific page.

Thanks,