Answered
Dynamically Named Session Variable?
Is there any way that i can assign a session variable a name from a variable?
Something like this but that actually works?
<cfset variables.userid = 238>
<cfset session.user#variables.userid# = 1>
Thanks,
Ben
