Ok 

        Having a total brain freeze here.

        How do I set and access a dynamic session var.

I know I am missing something simple here but I have tried and have not
gotten to work:

<CFSET  dypart ="myinfo">

<CFSET  session.#dypart# = "avalue">

<CFOUTPUT>
#session.dypart#
</CFOUTPUT>


<CFSET session[#dypart#] ="avalue">


<CFSET "session.#dypart#" ="avalue">

<CFOUTPUT>
#session[#dypart#]#
#session.#dypart##
</CFOUTPUT>


Where am I missing it?

Thanks for any help
Rodney
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
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