A
Annie
Hi guys,
I have an object eg GlobalObject with some Public Static properties that I
set them throughout the session from each page.
I need these values to be shared among all the pages.
The funny part is that even I stop the application and close the IE etc
when i rerun the program still some of the
values not changed. Looks like that object is not removed by GC.
How can i remove this object to make sure all the values are gone when the
session is finished.
How can i make sure it is done?
TIa
I have an object eg GlobalObject with some Public Static properties that I
set them throughout the session from each page.
I need these values to be shared among all the pages.
The funny part is that even I stop the application and close the IE etc
when i rerun the program still some of the
values not changed. Looks like that object is not removed by GC.
How can i remove this object to make sure all the values are gone when the
session is finished.
How can i make sure it is done?
TIa