RE: Heartbeat control for CMS
"Ben Noblet" <[email protected]>
| Newsgroups | gmane.comp.cms.cms-forum.general |
|---|---|
| Message-ID | <[email protected]> |
> We are developing a control for Web based CMS called > Heartbeat. This control runs in a browser and pulses (sends > HTTP requests) to a given URL at a given interval so that the > session does not timeout. Sounds interesting ... But why not just place a small iframe on the page that loads a URL containing a META REFRESH tag. That's what we do and it works in all browsers. Ben