At the end of your script, did you clear the object variables by assigning it to Nothing? i.e.
set session = nothing
set connection = nothing
etc?
At the end of your script, did you clear the object variables by assigning it to Nothing? i.e.
set session = nothing
set connection = nothing
etc?