Hello everyone,
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? Especially how IIS treats whether a session continues or ends when we call redirect code;
- how many differnet ways to set session expire time (currnetly I only know set through web.config sessionState item)?
- Is it possible for one session to access other session's variables?
thanks in advance, George