Tony,

> <cfcookie name="FinalRegisteredLive" value="#form.email#" expires="never">
> <cfset Session.Active="1">

What happens if you try each line individually - this would tell you if it
is stalling on the cookie or the set.

Cheers

David

-----Original Message-----
From: Tony Weeg [mailto:[EMAIL PROTECTED]]
Sent: Monday, 23 September 2002 1:59 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 


______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
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

Reply via email to