Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Lost Session Variables using IIS 6.0 / IE Explorer

Status
Not open for further replies.

dmooreora

Programmer
Oct 10, 2002
24
0
0
US

Hello,

I desperately need help on this Microsoft problem. We have a web application that uses session variables that records when a user is logged in to our ASP web page. It contains things such as how long a user is logged in, variable values, etc.

Problem is the application maintains its session variables when running the application on the web server through IE. In the LAN, there is exactly one computer with a specific user where the application works. All other computers lose the session variable only after 1 Second.

The Web Server is on Windows 2003/IIS 6.0. We believe this may have something to do with Active Directory. Any help would be greatly appreciated.

Here is the code this is affected, if you are interested:

'Check to make sure that we have a session b/f doing
'anything else.
'if (IsNull(session("SESSID")) or IsEmpty(session("SESSID")))then
' Response.Redirect("MA1029.asp")
'end if

'Begin Main
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top