Ask a Question related to ASP.NET General, Design and Development.
-
Robby van Damme #1
Re: asp.net session state in web farm does not work with stateserver
I solved the problem:
see [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;325056[/url]
the approot setting is case sensitive.
If this setting on the webservers is not exactly the same, you'll get this
result
On server 1 approot contained:
/LM/W3SVC/1/ROOT/VirtualDir
On server 2 it was:
/LM/w3svc/1/Root/VirtualDir
After correction of this, it worked
Robby
"Robby van Damme" <robby.vandamme@realsoftware.be> wrote in message
news:2bdac803.0308060728.3af31f54@posting.google.c om...> Hy,
>
> We are testing an session management in asp.net with an out-of-process
> stateserver.
> Situation: 2 webserver, identically configured, behind a loadbalancer.
>
> When using the sessionState mode="SQLServer" everything works fine:
> the user can move between the 2 web servers without losing his state.
> However when using sessionState mode="StateServer" this does not work:
> both webserver assume a different session and therefore session state
> is not transferred.
>
> We are using the asp framework V1.1
> Anyone experienced the same effects yet?
> Any ideas?
>
> Thanks in advance,
> Robby
Robby van Damme Guest
-
Session state IIS (Machine Key | Load Balanced Session)
This is a classic ASP group. Try microsoft.public.dotnet.framework.aspnet "Fred" <me@me.com> wrote in message... -
Session State
Hi, I understand that there are 3 modes in which I can configure the SessionStateModule. What I need is an out of process Session State store... -
Server farm and fields of classes in session cache
I'm building some ASP.NET components, and I'd like them to function in a server farm scenario. I have one class, "AppClass" that contains only... -
Session Timeout and Web Farm
Hi Folks, I am creating a web service that will be hosted on a web farm. The web service also uses sessions to store user specific data. I have... -
loosing Session ID in asp.net in Web Farm
Hi, i have two domains. I am validating the user in www.domain.com and for some page i am redirecting to subdomain.domain.com .I Set the machine key...



Reply With Quote

