Session.Timeout property

Number of minutes of inactivity before this session times out.

Usage

Session.Timeout= mins

Details

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.

Tip

This can be a useful way of keeping a session open during an extremely slow process.