> I have clients variables that i want to delete but usign the
> deleteclientvariable or using a query to delete direct from
> the database  ( where my clients vars are stored ) but the
> f... variable is still there..
>  
> variables like  client.foo are deleted , but variables like
> client.contract.id can't

In CFMX, when you create a variable like "contract.id", CF creates a
structure called "contract", and then a key called "id". This is new
behavior in CFMX, I think. You can't store structures in the Client scope,
so I would strongly recommend that you restrict the names of your Client
variables to letters, numbers and underscores.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to