It's been awhile since I used session variables,
but this is simple.  Why won't this work?

session-test.cfm
----------------

<cfset session.name = 'rick'>

<cfoutput>#session.name#</cfoutput>

<cflocation url="session-test-2.cfm">


session-test-2.cfm
------------------

<cfoutput>#session.name#</cfoutput>


I get the error 'Element NAME is undefined in SESSION.'

???

Session variables are specified for use in CFADMIN.
Am I missing something REALLY simple or obvious?

Rick



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350108
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to