Re: Application State - volatile
- From: "Joern Schou-Rode" <jsr@xxxxxxxxxxx>
- Date: Mon, 08 Dec 2008 20:25:17 +0100
On Mon, 08 Dec 2008 19:51:51 +0100, Tomasz Staroszczyk <tomaszstaroszczyk@xxxxx> wrote:
The problem is that after 20 minutes (session state interval) the structure is missing. Why?
IIS automatically shuts down your ASP.NET applications after a period of inactivity. While you are able to change the timeout, you will not be able to guard yourself completely against IIS recycling the ASP.NET worker process.
Thus, it is often the best idea to find some way to continuously serialize the data kept in application state if it is not allowed to be dropped.
--
Joern Schou-Rode
http://malamute.dk/
.
- Follow-Ups:
- Re: Application State - volatile
- From: Tomasz Staroszczyk
- Re: Application State - volatile
- References:
- Application State - volatile
- From: Tomasz Staroszczyk
- Application State - volatile
- Prev by Date: Re: Changes in Mobile Web application development between .NET 2.0 and .NET 3.5
- Next by Date: Re: conditional formatting of text in a gridview
- Previous by thread: Application State - volatile
- Next by thread: Re: Application State - volatile
- Index(es):
Relevant Pages
|