When user logs in I display a summary page. I would like to automatically refresh the summary page after 30 mins and timeout the user(take user back to the login page) after 1hr.
Here is my code. It refreshes the page but doesn't timeout.
<META HTTP-EQUIV="refresh" CONTENT="1800;URL='summary.cfm'">
<META HTTP-EQUIV="refresh" CONTENT="3590;URL='login.cfm'">
Thanks.
Here is my code. It refreshes the page but doesn't timeout.
<META HTTP-EQUIV="refresh" CONTENT="1800;URL='summary.cfm'">
<META HTTP-EQUIV="refresh" CONTENT="3590;URL='login.cfm'">
Thanks.