I am confused about ASP or ASP.Net session life time (or life cycle) concepts. More specifically, my confusions are:
You can set session timeout programatically with:
Session.Timeout = 60;