RE: FN-FORUM ASP Question
date posted 1st February 2002 19:10
Hi Dave
A session lasts a set period of time, defined either through your IIS MMC or
by using the session.timeout variable from within an .asp page. By default
it's 20mins. If a visitor enters your site, and fails to request another
page within this allocated time then a new session will be created.
HTH
Norman