Are you locking the CFSET? Session vars can hang the server if it's under stress and the statement isn't locked...
-----Original Message----- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 22, 2002 9:29 PM To: CF-Talk Subject: WHYYYYY!!!!!! for the love of jehovah could someone please tell me why in the heck these two lines are making a page stall to the point of never coming back when loading? when i comment them, the page shows the rest of the page fine, however when not commented out, they make the page just sit in limbo? cf5 iis5 winxp form.email is defined, for sure. <cfcookie name="FinalRegisteredLive" value="#form.email#" expires="never"> <cfset Session.Active="1"> Heres more....if i have this code up.... <cfif isDefined("form.email")> Its Defined. <cfabort> <cfcookie name="FinalRegisteredLive" value="#form.email#" expires="never"> <cfset Session.Active="1"> <cfelse> Not defined. </cfif> I get "Its Defined" on the page. ..tony tony weeg [EMAIL PROTECTED] www.revolutionwebdesign.com rEvOlUtIoN wEb DeSiGn 410.334.6331 ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

