View Single Post
  #3 (permalink)  
Old May 2nd, 2007, 14:45
Delinquent Delinquent is offline
New Member
Join Date: May 2007
Location: Wales
Age: 33
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Session Timeout problem

in your global.asax in the session_start function put the following: -

Session.timeout = 20

Or you can set it to be sliding depending on the users activity
Reply With Quote