Tagged Questions

2
votes
2answers
220 views

Application lifetime in ASP.NET

This should be a simple question but I haven't managed to find the answer on google. I would like to know, in terms an idiot can understand, exactly what application lifetime means in ASP.NET (and ...
2
votes
4answers
3k views

ASP.Net session life time issue

I am confused about ASP or ASP.Net session life time (or life cycle) concepts. More specifically, my confusions are, how did IIS magically knows a new session starts and an existing session ends? ...