nkamp
06-13-2006, 05:09 AM
Hello,
If I do
session("sesURLattach") = "count351&6%2F13%2F2006%2010%3A31%3A30%20AM&startzoek=nu&MenuItem=BDRF&afkorting=a&bedrijfnaam=a&zoekcategorie=-1&plaats=&zoekland=-1"
then I don't get a timeout error. But if I do (after the submit)
session("sesURLattach") = Request("URLattach")
The value of URLattach is:
count=351&dt=6%2F13%2F2006%2010%3A31%3A30%20AM&startzoek=nu&MenuItem=BDRF&afkorting=a&bedrijfnaam=a&zoekcategorie=-1&plaats=&zoekland=-1
I'm sure of the value because after I fill the session variable I have a response.write with a alert of the session variable. This value is shown in the alert box and at the same time I get the timeout error. Why?? When the document is submitted can it be that the value of document.contexthiddenform.URLattach.value is not on the server at the right time?
Why do I get a timeout error in the second piece of code and not in the first piece of code?????
Does anybody understand this?
Nico.
If I do
session("sesURLattach") = "count351&6%2F13%2F2006%2010%3A31%3A30%20AM&startzoek=nu&MenuItem=BDRF&afkorting=a&bedrijfnaam=a&zoekcategorie=-1&plaats=&zoekland=-1"
then I don't get a timeout error. But if I do (after the submit)
session("sesURLattach") = Request("URLattach")
The value of URLattach is:
count=351&dt=6%2F13%2F2006%2010%3A31%3A30%20AM&startzoek=nu&MenuItem=BDRF&afkorting=a&bedrijfnaam=a&zoekcategorie=-1&plaats=&zoekland=-1
I'm sure of the value because after I fill the session variable I have a response.write with a alert of the session variable. This value is shown in the alert box and at the same time I get the timeout error. Why?? When the document is submitted can it be that the value of document.contexthiddenform.URLattach.value is not on the server at the right time?
Why do I get a timeout error in the second piece of code and not in the first piece of code?????
Does anybody understand this?
Nico.