I have a session variable that looks like this
On a global variables page I have <cfscript> request.sitePrefix = "site1"; </cfscript>
But this one is causing probs? <cfoutput> <cfset SESSION.#request.sitePrefix#.Agree = "Yes"> </cfoutput>
saying
A CFML variable name cannot end with a "." character.
The variable SESSION. ends with a "." character. You must supply an additional structure key or delete the "." character.
Is there another way of doing this?
Thanks
Carl
--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
