When ASP.NET Application expires?

  • Thread starter Thread starter satsreedhar
  • Start date Start date
S

satsreedhar

I want to keep ASP.Net Application state does not expires, even if all
session states expire and there is no new traffic for a certain amount
of time. Can I do that?
 
Hi,

Can you try to increase your project's session time in web.config file?I
think that it's possible in web.config files.

Have a nice work,

Aytaç ÖZAY
Software Developer
 
Uou can increase this time but you likely can"t set this to an infinite
amouint. What is the problem you want to solve ?
 
Will "Profile" in ASP.NET 2.0 help?

As far as I remember, it stores state even if the browser is closed and
reopened.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top