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:320759
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to