Tried a session lock around your session vars?

> 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

> __________________________________________________________
> ____________
> Structure your ColdFusion code with Fusebox. Get the
> official book at http://www.fusionauthority.com/bkinfo.cfm
> 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


Isaac
Certified Advanced ColdFusion 5 Developer

www.turnkey.to
954-776-0046

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
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