Session data
From: Mike (Mike_at_discussions.microsoft.com)
Date: 09/29/04
- Next message: Linno Hak: "Hosting ASP.Net on the Internet"
- Previous message: Jon Maz: "Using ISAPI filter with .net for URL Rewriting"
- Next in thread: Hermit Dave: "Re: Session data"
- Reply: Hermit Dave: "Re: Session data"
- Reply: Raymond Lewallen: "Re: Session data"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 29 Sep 2004 03:19:07 -0700
Hi,
I am developing an application with framesets (header, left navigation, and
content). Each frameset loads an ".aspx" page, and in one of these pages, I
store some information in the Session object, as follows:
...
Session["ABC"] = false;
...
When the page has finished loading, I click on a link button that opens a
Modal window, in which I am trying to access the Session information stored
before. However, this does not always work. Sometimes, the Session object is
empty and the information not available. I am not using Output caching.
Do you know what the problem could be?
Thanks.
Mike
- Next message: Linno Hak: "Hosting ASP.Net on the Internet"
- Previous message: Jon Maz: "Using ISAPI filter with .net for URL Rewriting"
- Next in thread: Hermit Dave: "Re: Session data"
- Reply: Hermit Dave: "Re: Session data"
- Reply: Raymond Lewallen: "Re: Session data"
- Messages sorted by: [ date ] [ thread ]