Session Timeout and page response time

Posted by Johnny5 on Stack Overflow See other posts from Stack Overflow or by Johnny5
Published on 2011-02-16T21:47:06Z Indexed on 2011/02/21 15:25 UTC
Read the original article Hit count: 167

Hi, I'm load testing an asp.net app. The load test is simulating 500 user doing searchs on the site and browsing the results. I'm observing that the more I reduce the session timeout limit (in web.config) the better the page response time. For exemple, with a timeout at 10 minutes, I got an average response time of 8.35 seconds. With a timout at 3 minutes, the average response time for the same page is 3,98 seconds. The session in stored "InProc". I supposed the memory used by the "no more used but still actives" sessions may be in cause. But, even if there is more memory used when the timeout is at 10, there is still plenty of memory available (about 2.7Gb). Any ideas?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about Performance