Ask a Question related to ASP, Design and Development.
-
Bullschmidt #1
Re: Sessio timeout - question
Perhaps have your home page or login page set the session timeout. To
set it to 60 minutes instead of the standard 20 minutes:
Session.Timeout = 60
Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
[url]http://www.Bullschmidt.com[/url]
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Bullschmidt Guest
-
Session timeout question
Can I adjust the PHP session timeout on my web site? Users are reporting timeout errors when they leave their computer for a period of time and... -
WebService ignoring timeout properties? (Server was unable to process request. --> Timeout exired)
Hi! I have a webservice serving the latest orders from a webshop. The customer uses a forms app client to fetch these orders and push them into... -
session timeout quick question
hey... I have a login system that uses the Application framework with a session timeout set for 30 mins. does it time out after 30 minutes the user... -
timeout event question
Hi ! How timeout events generated by timeout objects are propagating inside the presentation ? I mean - presume my timeout script adjusts a... -
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Gary Why not just change the connection timeout property? Your doing an update statement, which could take various amounts of time depending on...



Reply With Quote

