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