PDA

Click to See Complete Forum and Search --> : Global Variable Loosing value


ramdasv
Jan 10th, 2000, 04:11 AM
We have an IIS application done using Webclass. We have a global variable which get the value from the global.asa
We have htm templates which uses webtags and xml to load data.
After leaving the page unatteded for some time and when we tried to load XML it fails.
We tried to set the session.timeout to 120
But it didnt work. We found that the global variable is not retaining its value.
This variable is delcared as public in a module and is assigned value from the applicaiton object.

I would appreciate if some one could help me in finding the reason and a solution for it.
Thanks
Ramdas

compuGEEK
Jan 10th, 2000, 10:53 PM
Hi Ramdasv,

It could be your state management property or could be connection pooling is not enabled.

Thanks