Tagged Questions
2
votes
2answers
1k views
in IIS, what's the difference between “application” and “session”?
A Session is per browser (determined via cookies), but when does an "Application" start, and end, and how does IIS know know when a request is a part of the same same "Application" instance (if not ...
0
votes
2answers
438 views
where is session state, application state in page life cycle?
where is session state, application state in page life cycle?