D
Dean Fields
Hello,
I am having some session problems wih an in-house (classic) asp application.
My developers have not been able to figure it out. I am more of a systems
admin type and much of this is over my head. But I will try to explain the
best I can and tell you what I know so far.
First a little summary of environment. I am running iis6 in a web farm with
hardware NLB and 5 servers. Each server is identical. Each server uses a
hosts file so when there is a reference to an internal url it refers back to
itself instead of going to LB. Session timeouts are set for 20min, Parent
Paths are enabled. No special ntfs stuff going on. Using anon iis user
The application is in a subdirectory of the default web site, the "sending"
asp page is in the root of this subdirectory and has a redirect to the
"receiving" asp page in a subdirectory of the apps starting directory. The
application and session variables work on 4 of the 5 servers
Now here are some things I have done and observed
Checked all settings, iis, permissions, app pools, turned off recycling,
etc. I copied all relevant files (the app is not that simple, lots of
includes, sql queries, etc) from server to server and still no luck. .
I could not find rhyme or reason for what is going on so I created a simple
app where one asp page passes a couple session variables to another residing
in same directories as problem apps. Again, we have failure on the problem
server and success on other servers. (But I do have success when both pages
are in same directory)
The only info I have found that looks like this is "application scope."
However all discussions I have read refer to global.asa. I am not using
global.asa.
Where else can I look? What else can I do?
Thanks,
Dean
I am having some session problems wih an in-house (classic) asp application.
My developers have not been able to figure it out. I am more of a systems
admin type and much of this is over my head. But I will try to explain the
best I can and tell you what I know so far.
First a little summary of environment. I am running iis6 in a web farm with
hardware NLB and 5 servers. Each server is identical. Each server uses a
hosts file so when there is a reference to an internal url it refers back to
itself instead of going to LB. Session timeouts are set for 20min, Parent
Paths are enabled. No special ntfs stuff going on. Using anon iis user
The application is in a subdirectory of the default web site, the "sending"
asp page is in the root of this subdirectory and has a redirect to the
"receiving" asp page in a subdirectory of the apps starting directory. The
application and session variables work on 4 of the 5 servers
Now here are some things I have done and observed
Checked all settings, iis, permissions, app pools, turned off recycling,
etc. I copied all relevant files (the app is not that simple, lots of
includes, sql queries, etc) from server to server and still no luck. .
I could not find rhyme or reason for what is going on so I created a simple
app where one asp page passes a couple session variables to another residing
in same directories as problem apps. Again, we have failure on the problem
server and success on other servers. (But I do have success when both pages
are in same directory)
The only info I have found that looks like this is "application scope."
However all discussions I have read refer to global.asa. I am not using
global.asa.
Where else can I look? What else can I do?
Thanks,
Dean