I am creating a cache in different scopes.  For example:
application.cache = structNew();
session.cache=structNew();
variables.cache=structNew();
this.cache=structNew();

I would like to reference different scopes as I need to because some
objects are cached in the application scope and other objects might be
cached in session scope, etc.

This work fine:
x = session["sessionId"];

but this does not work:
x = ["session"].sessionId;

Why?

--
Thanks,
Troy

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236636
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to