I have a pretty long form that takes a while to fill out. Every now and then, when the user submits, the form returns with all the fields blank. I store some data in the session object and using user controls to break up the form in pieces. Steps I have taken:
1. I changed the session timeout in web.config to 2 hours, but it still seems to timeout after 20 minutes 2. I changed the session timeout in IIS application to 2 hours, but it still seems to timeout after 20 minutes 3. I added code that if the session timedout,
it will automatically relogin and refresh the data I store in the session object 4. I added some logging to track what's happening with the page load/submit process Issues: Even after adding the relogin code when session times out, I am still getting blank
forms every now and then. I personally am not able to replicate the problem. I'm using IE 6. Users are spread around the world, all using IE v5 or higher Interesting points: From the logging that I added, it seems that the page is being loaded twice. I see
the page being loaded, and then a little while later (30 seconds to couple minutes), I would see another entry in the log for the page load. I have asked if users are clicking on refresh, but they say that they not been. Any ideas/comments is greatly appreciated.
Thanks in advance, Anthony
adchang
Member
15 Points
3 Posts
Blank form is returned when after clicking submit
Jul 31, 2003 04:46 PM|LINK