I have a website that is used for check-ins. Unfortunately, the computer is in an area that isn't used often throughout the day, so the website used for check-ins logs itself out after a certain amount of time of inactivity.
The website being used does not have an option to adjust the timeout period.
Is there a way in IE9 to automatically redirect to a new page (or the home page) after a certain amount of time?
The current page should not be refreshed, as it has a check-in number within the URL (something like http://example.org/checkin.aspx?id=123456). So if that page is refreshed, then the check-in happens multiple times (which is undesirable).
