Someone know if the Dictionary Objets can be used like session objetcs?.The thing is that when I make a normal dictionary object like this
Set dictf = server.CreateObject("Scripting.dictionary"
I can see the methods but if do something like this:
Set session(dictf) = server.CreateObject("Scripting.dictionary"
Is posible this?
Thanks