staffandtra
02-04-2007, 12:20 PM
I have a password protected section of my web site that contains an Access database, a simple customer list. The problem is it times at at maybe 5 minutes. So if I am typing in data and get side tracked with a phone call, and go back later to complete my entry and save, I am booted out back to the login page.
A) A programmer adjusted the cookies to time out at 12 hours. I cleared the cookies on my machine. I then typed in data, went off to do something else for 20 minutes, then came back to save the data. I was not booted out and the system accepted the save.
B) The next time I went into the database, it went right back to the 5 minute time out.
C) The information below is an email sent to me by this programmer. I am hopeful some of you out there can respond with ideas I can send to him which he can use to maybe fix this problem and eliminate the time out feature, or extend it to at least one hour.
Thanks for your help.
My personal email is david@staffandtrain.com and would appreciate it if you could send your input direct to me.
Best Wishes
Dave Fogg
David,
I have checked everything but the IIS server itself. The request timeout in the web config is set to 90 minutes. The cookies expire after 12 hours. DiscountASP must have a very short IIS timeout to conserve server resources.
The only thing I can think to do now is write a local program that uses an exposed web service to handle the requests and the saves, or change providers, or see if DA will change their settings internally.
Larry
A) A programmer adjusted the cookies to time out at 12 hours. I cleared the cookies on my machine. I then typed in data, went off to do something else for 20 minutes, then came back to save the data. I was not booted out and the system accepted the save.
B) The next time I went into the database, it went right back to the 5 minute time out.
C) The information below is an email sent to me by this programmer. I am hopeful some of you out there can respond with ideas I can send to him which he can use to maybe fix this problem and eliminate the time out feature, or extend it to at least one hour.
Thanks for your help.
My personal email is david@staffandtrain.com and would appreciate it if you could send your input direct to me.
Best Wishes
Dave Fogg
David,
I have checked everything but the IIS server itself. The request timeout in the web config is set to 90 minutes. The cookies expire after 12 hours. DiscountASP must have a very short IIS timeout to conserve server resources.
The only thing I can think to do now is write a local program that uses an exposed web service to handle the requests and the saves, or change providers, or see if DA will change their settings internally.
Larry