Session.Timeout propertySession.Timeout= mins
The number of minutes before a session expires can be set in the IIS administration console; when IIS is installed, it is 20. This property allows you to set a different timeout for just the current session.
This can be a useful way of keeping a session open during an extremely slow process.