Has anyone confirmed this works as a workaround on CrystalTech servers? 

-----Original Message-----
From: Bud [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005 3:39 PM
To: CF-Talk
Subject: Re: Problems at CrystalTech have gotten ugly!

I've had good luck setting my cfapplication tag like so in the MX 7 
environment in the 2 sites I have running on it:

<cftry>
<cfapplication name="#attributes.dsn#_#variables.setup_id#"
applicationtimeout="#createtimespan(1,0,0,0)#"
clientmanagement="Yes"
sessionmanagement="yes"
sessiontimeout="#createtimespan(0,0,20,0)#"
setclientcookies="No">
<cfcatch type="Any">
<cfapplication name="#attributes.dsn#_#variables.setup_id#"
applicationtimeout="#createtimespan(1,0,0,0)#"
clientmanagement="Yes"
sessionmanagement="yes"
sessiontimeout="#createtimespan(0,0,0,0)#"
setclientcookies="No">
</cfcatch>
</cftry>

basically, the tag inside the cfcatch is identical except the 
sessiontimeout is 0,0,0,0. This kills the session, hides the error 
and the next click should start an error-free session.
-- 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198262
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to