goddess_spanky
June 18th, 2002, 01:54 PM
I have a web form that is creating using ASP, when I submit the data then try to go back and make changes, the data is gone. I have tried everything to keep the data.
Here's the skinny:
. I am using IIS 5 on Windows 2000 SP2
. "http keep-alives" are enabled
. Content expiration is set to 30 minutes
. session state is set to 20 minutes
. connection timeouts = 900 seconds (15 minutes)
I also have added Response.Expires = 15 to my scripts
The only other possible issue is that the site is on a webfarm (2 servers) - when the site was running on a single box - i didn't have any problems.
What else can I do? What am I doing wrong? Has anyone else run in to this issue when using ASP and a webfarm?
Thanks in advance!
Here's the skinny:
. I am using IIS 5 on Windows 2000 SP2
. "http keep-alives" are enabled
. Content expiration is set to 30 minutes
. session state is set to 20 minutes
. connection timeouts = 900 seconds (15 minutes)
I also have added Response.Expires = 15 to my scripts
The only other possible issue is that the site is on a webfarm (2 servers) - when the site was running on a single box - i didn't have any problems.
What else can I do? What am I doing wrong? Has anyone else run in to this issue when using ASP and a webfarm?
Thanks in advance!