Hi everybody 
need help on how i could forward a url session variable in an included template

I have two files first is index.cfm the main page and header.cfm the included 
page 
I have a page home.cfm which calls index.cfm 
my code is this on the index.cfm 
<cfif IsDefined("URL.Language")>
        <cfset Session.Language=URL.Language>
</cfif>
 
<cfif NOT IsDefined("Session.Language")>
        <cfset Session.Language=1>
</cfif>

outputting session.language on a cfdump on the index.cfm page outputs ok but 
not on the header.cfm page... which also i tried transferring the code to 
header.cfm

thanks
alex



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291102
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to