calling a dynamically named cookie
Hi,
I'm trying to create a dynamic variable and then call it dynamically and I don't know if this is possible. The easiest way to explain what I'm trying to do is to show what I want to do but obviously doesn't work.
<cfcookie name = "variable#rsSet.variable_id#" value="cookievalue">
and then later I want to call it by doing something like
<cfoutput>#cookie.#rsSet.variable_id##</cfoutput>
but obviously that doesn't work. Is there a way to call the cookie without typing the exact name of the cookie?
Thanks,
Mike
