If you are talking about timers that are created with the setTimeout or setInterval commands, then:
- The timers will go away when the page is unloaded, and
- The timers are run purely client-side. There is no server-side interaction at all.
Hope this helps,
Dan