Re: Session variables lost
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 07/06/04
- Next message: YongKang Chen[MSFT]: "RE: Out-Proc COM+ Problem"
- Previous message: David Wang [Msft]: "Re: IIS6.0 not allowing file creation on Windows Server2003"
- In reply to: Cem Arpacı: "Session variables lost"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 5 Jul 2004 20:15:29 -0700
ASP sessions are maintained by cookies. If the browser is not returning
cookies, you cannot maintain sessions.
-- //David IIS This posting is provided "AS IS" with no warranties, and confers no rights. // "Cem Arpaci" <Cem Arpaci@discussions.microsoft.com> wrote in message news:44E8C15D-2D31-4C9E-ADE3-5FF1E2CFF88D@microsoft.com... 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: YongKang Chen[MSFT]: "RE: Out-Proc COM+ Problem"
- Previous message: David Wang [Msft]: "Re: IIS6.0 not allowing file creation on Windows Server2003"
- In reply to: Cem Arpacı: "Session variables lost"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|