Sessions and Memory Leaks

Ah. Okay. I’m talking about properties that are simply assigned a string or integer value found in the property of another object.

Session.MyProperty (As Integer)
WebPage1.MyProperty (As Integer)

WebPage1.MyMethod sets WebPage1.MyProperty=Session.MyProperty.

intrinsic types like string, integer (of all types), doubles etc dont have this effect as they are not object references

so those would not cause a leak