Re: keeping session alive with cfajaxproxy

2008-02-14 Thread Raymond Camden
Have you tried debugging with Firebug? Are you sure the process is still pinging? The fact that it ends after 60 minutes almost smells like a browser issue, not CF. But that's where I'd start first - monitor the Ajax calls via Firebug. On Wed, Feb 13, 2008 at 11:43 PM, Jeff U <[EMAIL PROTECTED]> w

keeping session alive with cfajaxproxy

2008-02-13 Thread Jeff U
In order to keep my user's session alive, I'm using CFAJAXPROXY to make repeated, timely calls to a cfm page. This works for the first 60 mins or so.. Logs fine, username coming across perfectly. However after 60 mins, I get "Error invoking CFC /proxy.cfc: Unknown" Any ideas?? I was expecting