G
Guest
I can't believe I've never noticed this. Is the Session object at the domain
level and not at the virtual folder level? I guess I have not done multi-app
development at the same time.
I am working on two ASP.NET 2.0 web apps that a user will bounce between. I
am running these in development on my Windows XP machine.
I am writing a value to each application's state. The variable name is the
same in both applications: Session["connectTime"].
I noticed that AppB was overwriting AppA's value. The URLs are
http://localhost/AppA and http://localhost/AppB.
As far as I can tell looking at machine.config and web.config session state
has not been modified so I believe I am using the defaults.
Thanks ahead for the confirmation!
level and not at the virtual folder level? I guess I have not done multi-app
development at the same time.
I am working on two ASP.NET 2.0 web apps that a user will bounce between. I
am running these in development on my Windows XP machine.
I am writing a value to each application's state. The variable name is the
same in both applications: Session["connectTime"].
I noticed that AppB was overwriting AppA's value. The URLs are
http://localhost/AppA and http://localhost/AppB.
As far as I can tell looking at machine.config and web.config session state
has not been modified so I believe I am using the defaults.
Thanks ahead for the confirmation!