Session variables lost
From: Cem Arpacı (Arpaci_at_discussions.microsoft.com)
Date: 07/05/04
- Next message: anonymous_at_discussions.microsoft.com: "Re: global.asa not working in IIS 6"
- Previous message: Ken Schaefer: "Re: iis 5.0 and apache 2.0"
- Next in thread: David Wang [Msft]: "Re: Session variables lost"
- Reply: David Wang [Msft]: "Re: Session variables lost"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 5 Jul 2004 01:51:02 -0700
I write a basic test page "test.asp" as below;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Test</title>
<meta name=vs_defaultClientScript content="JavaScript">
<meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie3-2nav3-0">
<meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
<meta name=ProgId content=VisualStudio.HTML>
<meta name=Originator content="Microsoft Visual Studio.NET 7.0">
</head>
<body MS_POSITIONING="FlowLayout">
<%
Response.Write("Session ID = " &Session.SessionID)
%>
</body>
</html>
When browse this page by IE6.0, whenever refresh this page, i see another session ID.
I run IIS6.0 in "IIS 5.0 isolation mode". Can someone help me ? Why my session variables lost every refresh or page changed in same application ?
Thanks for helps...
- Next message: anonymous_at_discussions.microsoft.com: "Re: global.asa not working in IIS 6"
- Previous message: Ken Schaefer: "Re: iis 5.0 and apache 2.0"
- Next in thread: David Wang [Msft]: "Re: Session variables lost"
- Reply: David Wang [Msft]: "Re: Session variables lost"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|