extending the session on asp pages

M

Mick

Currently my asp pages inherit the server default of 20 minutes before timimg
out. Can somebody please help with the syntax and location of the code to
extend this to 60 minutes thankyou.
 
B

Brutus

Mick said:
Currently my asp pages inherit the server default of 20 minutes before
timimg
out. Can somebody please help with the syntax and location of the code to
extend this to 60 minutes thankyou.

Session.Timeout = 60 ' number of minutes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top