I meant inside the <cfif> :-)




-----Original Message-----
From: J.J. Merrick
To: CF-Newbie
Sent: Sat Aug 18 13:31:16 2007
Subject: Re: What does this line do? session.siteSection = "#sec#"

But if variables.sec doesn't exist then it will error out...

On 8/18/07, Robertson-Ravo, Neil (RX)
<[EMAIL PROTECTED]> wrote:
> It could also be "simplified" to
>
> <cfset session.siteSection = variables.sec>
>
>
>
>
>
>
>
>
> -----Original Message-----
> From: Tom Hines
> To: CF-Newbie
> Sent: Sat Aug 18 05:49:28 2007
> Subject: What does this line do? session.siteSection = "#sec#"
>
> <CFIF ISDEFINED("sec")>
>         <cfset session.siteSection = "#sec#">
> </CFIF>
>
>
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3003
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to