Is that method in the same application the rest of your code? It might be that you're calling code that's running in another app?
Adrian > -----Original Message----- > From: Richard White [mailto:[email protected]] > Sent: 20 March 2009 14:25 > To: cf-talk > Subject: refresh session in ajax application > > > Hi, > > we have an ajax application and to refresh the session we make a remote > call to the following function on the server, which simply returns > true: > > <cffunction name="refreshSession" access="remote" output="false" > returntype="boolean" hint="is just called to reset session"> > <cfreturn true/> > </cffunction> > > we are having intermittent problems where sometimes the server session > timeouts out even though we make a call to this function, indicating it > is not being refreshed correctly. > > would the function above actually keep the session alive? if not what > should we be doing? > > thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320763 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

