(Bug?) IIS Sends response to wrong client
From: Gilles (Gilles_at_discussions.microsoft.com)
Date: 02/22/05
- Next message: PL: "Re: how to time out the web asp.net application when not in use for 15 minutes"
- Previous message: WJ: "Re: Forms-Based Authentiction and NON ASP.NET Assets"
- Next in thread: Geir Aamodt: "Re: (Bug?) IIS Sends response to wrong client"
- Reply: Geir Aamodt: "Re: (Bug?) IIS Sends response to wrong client"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 22 Feb 2005 00:47:03 -0800
Hello,
I discovered a strange behaviour (bug?) in IIS 5.0 and asp.net 1.1.
- user A clicks on a link requesting page x.
- user B clicks simultaneously (1/10th of second later)on the same link.
- user A receives the expected response.
- user B receives the response of A.
the Page_Load of page x.aspx contains:
Response.Write(HttpContext.Current.Session.SessionID);
I posted this question in the microsoft.public.inetserver.iis group, but
nobody seems to be interested to answer, I hope receiving guidelines here.
Could you please help ?
Thanks
Gilles
- Next message: PL: "Re: how to time out the web asp.net application when not in use for 15 minutes"
- Previous message: WJ: "Re: Forms-Based Authentiction and NON ASP.NET Assets"
- Next in thread: Geir Aamodt: "Re: (Bug?) IIS Sends response to wrong client"
- Reply: Geir Aamodt: "Re: (Bug?) IIS Sends response to wrong client"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]