On Fri, 03 Aug 2007 00:45:01 -0400, timothy tschaef@sbcglobal.net wrote:
I am using AJAX requests periodically on each page of my site to update a part of the display. These requests, however, prevent the session from becoming stale. Aside from fiddling with the last-click member of the session objects directly, what is the best way of keeping the periodic AJAX requests while letting unattended sessions become too-old-p?
There currently is no exported facility to overcome this kind of problem.