Re: Kill And ASP.NET Session



"Goofy" <me@xxxxxxxx> wrote in message
news:u58KuWEIHHA.5000@xxxxxxxxxxxxxxxxxxxxxxx

It would be tidier though if you could kill the old sessions to preserve
resources. Its perhaps not so important in small applications, but when
there are hundreds of users on line, this could lead to problems.

Several options, then:

1) Make the sessions as small as possible

2) Reduce the Session.Timeout from its default of 20 minutes

3) Add more memory to your webserver

4) Use SQL Server to manage state instead of InProc


.



Relevant Pages

  • Re: Error: 16954, Severity: 10, State: 1 and Timeout problem
    ... On this DB are runing lot of threads from different applications. ... Probably, other aplication are locking resources, so the first one need ... Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ...
    (comp.databases.ms-sqlserver)
  • Re: Error: 16954, Severity: 10, State: 1 and Timeout problem
    ... On this DB are runing lot of threads from different applications. ... Probably, other aplication are locking resources, so the first one need ... Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ... Books Online for SQL Server 2005 at ...
    (comp.databases.ms-sqlserver)
  • RE: Strange situation
    ... SQL Server does not like to share it's resources with other applications. ... Do you perform regular maint either through a maint plan or indivividual jobs? ...
    (microsoft.public.sqlserver.server)
  • Looking for SQL Server 2000 Application Role resources
    ... If you know of good resources on how to implement SQL Server 2000 ... Application Roles within ASP.NET applications, ... CSDunn ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Need resources for SQL Server 2000 Application Roles with ASP.NET apps
    ... If you know of good resources on how to implement SQL Server 2000 ... Application Roles within ASP.NET applications, ... CSDunn ...
    (microsoft.public.sqlserver.security)

Loading