Hi all,
I need to make a page request every 7 minutes, one idea is an iframe and have its source do a meta refresh. The other idea is an infinite loop using sleep and file_get_contents.
Is there a better way to do this? Or which method would you use?
Quick explanation, this is a wifi captive portal and it has an idle session timeout of ten minutes. gamers complain that they get bumped after ten minutes. I want the (I have a) popup script to keep the session alive. just wondering what is the best way to do this.