When I create an object using Server.CreateObject e.g.
set x = Sever.CreateObject("y"
then save it in Session("z"
set Session("z"
= x
then set x to nothing the session("z"
also is nothing
set x = nothing
now session("z"
is also nothing
Should this happen with a proper object??
y is our own automation object, but I'm thinking that it is not behaving correctly.
set x = Sever.CreateObject("y"
then save it in Session("z"
set Session("z"
then set x to nothing the session("z"
set x = nothing
now session("z"
Should this happen with a proper object??
y is our own automation object, but I'm thinking that it is not behaving correctly.