P
Paul M
Hi
I have done a search on extending session timeout and come across this
script
<% Session.Timeout = 35 %> 'this will make it 35 minutes
Do i just put it at the top of the page that the sessions will be created
in?
I have another question
The person logs in and a session is created.That person might veiw several
pages before accesing the page that requires the session which might have
a lengthy form in it . Is it true that the session might be nearly timed out
when they access this page. If so can a session time be made to start again
when a page is accessed
Thanks
Paul M
I have done a search on extending session timeout and come across this
script
<% Session.Timeout = 35 %> 'this will make it 35 minutes
Do i just put it at the top of the page that the sessions will be created
in?
I have another question
The person logs in and a session is created.That person might veiw several
pages before accesing the page that requires the session which might have
a lengthy form in it . Is it true that the session might be nearly timed out
when they access this page. If so can a session time be made to start again
when a page is accessed
Thanks
Paul M