I need a script (PHP, Javascript, AJAX i'm unsure) that after a selected time has elapsed you are redirected to another page.
This might be 4 minutes for example?
Also I want it to do the same thing if you are no longer logged in via a cookie? I guess this new page after 4 minutes could check for a cookie and if not redirect you but I need to know how to redirect after a time frame has elapsed first?
Any ideas?