I have a system that uses a meta refresh to a logout page, which cleans up after idle users. (Don't worry, the server also times out the session)
I started doing some operations via ajax (not really xml, but that's beside the point). I can run javascript returned from the async request, so I'm wondering if it's possible to reset the meta refresh on the page so that it has a longer timeout. The usual setTimeout calls just add a new timeout, but do they replace the meta timeout?