Hi i'm in a situation where i need to set the session based off what i'm pulling out of an array.
The session value needs to always be "a", its the session key name that i need to set dynamically, is this possible?
For example something like (ignore my synatax):
foreach item in list[index].attribute1
Session[list[index].attribute1]="a"
Thanks!
The session value needs to always be "a", its the session key name that i need to set dynamically, is this possible?
For example something like (ignore my synatax):
foreach item in list[index].attribute1
Session[list[index].attribute1]="a"
Thanks!