Session Variable causing a delay

I have a project that uses a frameset. On the pageload event one frame calls
an ASP.Net page that watches a message queue. The other frame has a page
that allows a user to submit queries. Through research I've discovered that
IE allows only two connections to IIS from any one client at a time. This is
okay since at any given time I can only have the AJAX thread and a page
request.

I noticed a problem today. If I introduce a session variable in any of my
server side code it causes every request to lock for 90 seconds before a
response comes back. After studying this behavior I am stumped. Is there an
extra thread being fired whenever session is used?
CLEARRCIC [ Di, 20 November 2007 16:25 ] [ ID #1875036 ]

Re: Session Variable causing a delay

=?Utf-8?B?Q0xFQVItUkNJQw==?= wrote on 20 nov 2007 in
microsoft.public.inetserver.asp.general:

> I have a project that uses a frameset. On the pageload event one
> frame calls an ASP.Net page that watches a message queue.

This is a classic asp group.
Dotnet questions should be asked in
<microsoft.public.dotnet.framework.aspnet>

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
exjxw.hannivoort [ Di, 20 November 2007 21:38 ] [ ID #1875053 ]
Webserver » microsoft.public.inetserver.asp.general » Session Variable causing a delay

Vorheriges Thema: IIS 6.0 Is Truncating HTML
Nächstes Thema: Retrieve New Record ID