I have a working site that authenticates users with a session variable. We just set up two new servers with W2K and moved the site to both. One works fine, the other loses the session variable and will not authenticate pages so they can be opened.
I used a response.write to test that the variable is being assigned correctly. Then I used one to test that it is not being carried to the next page. Both suspicions were confirmed.
Any idea what we did in setting up the server (or didn't do) that causes it to lose the session variable after login?
I used a response.write to test that the variable is being assigned correctly. Then I used one to test that it is not being carried to the next page. Both suspicions were confirmed.
Any idea what we did in setting up the server (or didn't do) that causes it to lose the session variable after login?