browser session handling



I am experiencing some browser weirdness.

My app uses session state to hide values I prefer to keep out of the
querystring. I am testing to see what happens when cookies are fully
disabled in IE 6 and NS 7. NS behaves as expected: it has no recall of
previous requests. With IE however my app works as normal: I can still store
and retrieve values from session state. Am I imagining this? If not it
suggests to me that IE 6 always includes a session cookie in the http
header.

(I am running a local IIS installation on my XP laptop).

Richard


.



Relevant Pages

  • Re: Clustering the way to go?
    ... "Don Wilwol" wrote: ... > the session state. ... It can also help you deploy and replicate the app to all ... Then have your app connect to a NAS as you suggested. ...
    (microsoft.public.windows.server.clustering)
  • RE: asp.net state service
    ... we tried putting the app on my laptop computer. ... My Dell laptop is running Vista Home Premium 32-bit. ... an error about the ASP.Net Session State. ...
    (microsoft.public.windows.vista.general)
  • Re: ASP.NET Application - Defined???
    ... > gateway to the app). ... > business object into session state. ... > - Then Main.aspx did the bus obj user validation and filled out the rest ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Terminal Services Manager Stops responding / hung processes - cant terminate
    ... What's this app? ... > Now, when I try to access the terminal server manager, It shows the ... > restart the server. ...
    (microsoft.public.windows.terminal_services)
  • Re: session stateserver question
    ... No. Session State is limited to the app it belongs to. ... "Lerp" wrote in message ... > I have been asked to build a common login for a cluster of web apps, ...
    (microsoft.public.dotnet.framework.aspnet)

Loading