Q
qwestion
Simply:
On one .asp page I have:
Set Session("mydictionary") = [dictionary object]
Now the session variable has the dictionary object in it, then on
another page ...
Set x = Session("mydictionary")
.... and I use the "x" variable with the properties of that object,
etc.
Question:
Is "Set x = nothing" needed before the .asp page ends processing or
redirects?
From what I know the "x" variable is just a reference and does not
need to be set to "nothing"... correct?
On one .asp page I have:
Set Session("mydictionary") = [dictionary object]
Now the session variable has the dictionary object in it, then on
another page ...
Set x = Session("mydictionary")
.... and I use the "x" variable with the properties of that object,
etc.
Question:
Is "Set x = nothing" needed before the .asp page ends processing or
redirects?
From what I know the "x" variable is just a reference and does not
need to be set to "nothing"... correct?