T
taufikj
Currently, we have an IIS website application (https) with integrated
windows authentication only.
It seems there is a problem with IE 6.0 that have double submission
"POST".
When a user submit data over, the application executes but because of
the sheer size of data and actions, the appliction sometimes would take
more than 2 minutes. We noticed that the data is resubmitted again
"POST" after some time; when tracing the network but there was no
indication or information from the browser that it will do another
POST. As a result, we have 2 running processes with the same data on
the web server.
The issue is that the user stated that previously it was working (no
such problem) but now it seem to be more of double POSTing. We suspect
it is due to the security patches that affect the way IE post the data
over. However, searching on the MS KB as well as this newgroup indicate
such problems but it was a few years back (2004) and I am not sure if
it is still applicable now.
Have anyone encoutered such a problem that started recently (up to few
months ago)? Is there any solution to this? I have tried this over
Firefox browser and has face no such problem.
windows authentication only.
It seems there is a problem with IE 6.0 that have double submission
"POST".
When a user submit data over, the application executes but because of
the sheer size of data and actions, the appliction sometimes would take
more than 2 minutes. We noticed that the data is resubmitted again
"POST" after some time; when tracing the network but there was no
indication or information from the browser that it will do another
POST. As a result, we have 2 running processes with the same data on
the web server.
The issue is that the user stated that previously it was working (no
such problem) but now it seem to be more of double POSTing. We suspect
it is due to the security patches that affect the way IE post the data
over. However, searching on the MS KB as well as this newgroup indicate
such problems but it was a few years back (2004) and I am not sure if
it is still applicable now.
Have anyone encoutered such a problem that started recently (up to few
months ago)? Is there any solution to this? I have tried this over
Firefox browser and has face no such problem.