>They're saying it's a CF7 problem, which I think is BS!
>
>I agree though, switching sounds logical, it's just tough when you 
>have so much tied up in one host. Moving makes me wanna toss my 
>cfcookies!

I go through hell every time Allaire or Macromedia releases a major 
version no matter where I'm hosted. Did it with 4.5. Did it with 5.0. 
MX 6 just about bankrupted me. 7.0 seems to be staying the course and 
I'm staying far away for at least an updater or 2.

There should be ONE freaking setting for sessions. If you set the 
session to timeout in 30 minutes, dammit the J2EE session should time 
out in 30 minutes also.  If the max time for J2EE sessions to time 
out is 20 minutes, then you should be ABLE to set CF sessions to 30, 
and vice-versa.

Tim is rude at times. He certainly cannot take any criticism at all. 
I've got about 200 sites at CT and he's basically threatened to shut 
me down if I complain in public when I can't get help through the 
normal channels. I stay off the CT forums now.

All in all I'm very happy with their support and service. Although I 
have had several hair-pulling moments as you are now.

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.
-- 

Bud Schneehagen - Tropical Web Creations, Inc.

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Web Based Solutions / eCommerce Development & Hosting
http://www.twcreations.com/ - http://www.cf-ezcart.com/
Toll Free: 877.207.6397 - Local & Int'l Phone/Fax: 386.789.0968

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:198069
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to