Re: Setting session variables other than with set-cookie http header
From: Phillip Windell (_at_.)
Date: 02/27/04
- Next message: GG: "access to several tsweb behind isa server"
- Previous message: Phillip Windell: "Re: FTP Publishing Problems"
- In reply to: Moshe Rosenberg: "Setting session variables other than with set-cookie http header"
- Next in thread: Moshe Rosenberg: "Re: Setting session variables other than with set-cookie http header"
- Reply: Moshe Rosenberg: "Re: Setting session variables other than with set-cookie http header"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 27 Feb 2004 16:00:46 -0600
ASP and web caching are like oil and water. You should not want your ASP
pages cached to begin with. ASP runs server-side and must check the session
cookie with each request to be able to "maintain state" with the user. If
the page is cached and the user gets it from the cache, then the ASP doesn't
run, the session cookie isn't tested and state isn't maintained. So ISA
probably isn't caching some of the pages because it knows that is the right
thing to do.
-- Phillip Windell [MCP, MVP, CCNA] www.wandtv.com "Moshe Rosenberg" <moishier_remove_this_part@hotmail.com> wrote in message news:OZoIH5U$DHA.1796@TK2MSFTNGP12.phx.gbl... I am using ISS Server's pulishing feature to cache our dynamic website. We have discovered that some pages were not being cached, and we tracked it down to the fact that on the initial session there is a set-cookie header returned. That is for session-variables, that we need for the working of our site. What solutions are there to not send that http header, and yet still use session variables? Can you make it use another name? Any other idea? Has anyone else grappled with this issue too? Thanks!
- Next message: GG: "access to several tsweb behind isa server"
- Previous message: Phillip Windell: "Re: FTP Publishing Problems"
- In reply to: Moshe Rosenberg: "Setting session variables other than with set-cookie http header"
- Next in thread: Moshe Rosenberg: "Re: Setting session variables other than with set-cookie http header"
- Reply: Moshe Rosenberg: "Re: Setting session variables other than with set-cookie http header"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|