I have a popup window for users to login.
Users can login successfully and continue to navigate
the site without a problem but only while the login
popup is still open.
As soon as this window is closed the Session variable
is deleted.
The popup contains no client side code, it has no
onunload events associated. or any other events associated
with any tag within the page.
I can have the popup window opan for 5 mins to 50 mins
and I'll be able to navigate the sit, but as soon
as it is closed the next page I go to kicks me out
due to the Session variable being deleted.
I have comented out all the security checks and am
outputting the value stored in the session variable
on all pages.
It outputs the correct value while the popup is
still open, but as soon as the popup is closed the
output is an empty string.
I have gone through all the basic checks, such as
rebooting the server and outputing the value of the
variable at every turn, but I am completly stuck.
Has anyone had this problem or know of any IIS issues
that may be causing this.
The server is running IIS 5 in windows 2000 with
SQL Server 2000 and PCAnywhere 10 installed.
Many thanks.
Users can login successfully and continue to navigate
the site without a problem but only while the login
popup is still open.
As soon as this window is closed the Session variable
is deleted.
The popup contains no client side code, it has no
onunload events associated. or any other events associated
with any tag within the page.
I can have the popup window opan for 5 mins to 50 mins
and I'll be able to navigate the sit, but as soon
as it is closed the next page I go to kicks me out
due to the Session variable being deleted.
I have comented out all the security checks and am
outputting the value stored in the session variable
on all pages.
It outputs the correct value while the popup is
still open, but as soon as the popup is closed the
output is an empty string.
I have gone through all the basic checks, such as
rebooting the server and outputing the value of the
variable at every turn, but I am completly stuck.
Has anyone had this problem or know of any IIS issues
that may be causing this.
The server is running IIS 5 in windows 2000 with
SQL Server 2000 and PCAnywhere 10 installed.
Many thanks.