Ok, here is my problem. I have a series of pages which depend on a session variable. This session variable is created from an integer identity field in the sql server 2000 database table. After the 1st page, each subsequent page reads this session variable at the beginning of each page.
The Second page of the sequence reads the session variable on the page load method. But any calls to this session variable after the page load method, return empty. Somehow, it is losing the session. I have done lots of research, but cannt find similar situations.
Another option is to use the SQL server session method. But this is slower, so i have not tried it yet.
If anybody has experienced this, please help.
The Second page of the sequence reads the session variable on the page load method. But any calls to this session variable after the page load method, return empty. Somehow, it is losing the session. I have done lots of research, but cannt find similar situations.
Another option is to use the SQL server session method. But this is slower, so i have not tried it yet.
If anybody has experienced this, please help.