Are session variables enabled from the CF administrator? Teddy
On 9/25/06, Richard White <[EMAIL PROTECTED]> wrote: > > >1) is session management enabled in a <cfapplication> tag? > >2) that's some ugly naming conventions right there. too many > >variables with the same name. > >3) why not just create the struct in the session? > > > ><cfscript> > > session.student = structNew(); > > session.student.name = "Fred"; > ></cfscript> > > lol, very goodpoint, thank you, i will change that. > > yes i have enabled the session variables in the cf admin and the > application.cfc but still not recognising even if i try the following in > the action page: > > <cfoutput>#session.student.name#</cfoutput> > > it still says session is undefined > > thanks > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254124 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

