I require a timer on my site. This timer will run a series of web services when it expires.
How can I prevent my timer from starting again on a page refresh or page load? I assume I'll need some PHP code here?
I thought of using sessions but I can't update my session on my static page as my JS timer runs.