N
Nikander Bruggeman
I keep losing session state when I store UIPAB state in the
SessionStateObject. The asp.net session state object itself stores
it's state in SQL server, I'm using cookieless session state.
This strange behavior occurs in a load balanced environment consisting
of 2 web servers.
The next part is taken from the web.config file:
<sessionState
mode="InProc"
sqlConnectionString="someconnectionstring"
cookieless="true"
timeout="20"
/>
At this point I'm checking out
http://support.microsoft.com/default.aspx?scid=kb;en-us;325056 and
considering adding response.applyapppathmodifier to response.redirects
in the uipab.
Has anybody experienced this before? Is the UIPAB capable of
supporting load balancing? Any tips?
Kind regards,
Nikander Bruggeman
SessionStateObject. The asp.net session state object itself stores
it's state in SQL server, I'm using cookieless session state.
This strange behavior occurs in a load balanced environment consisting
of 2 web servers.
The next part is taken from the web.config file:
<sessionState
mode="InProc"
sqlConnectionString="someconnectionstring"
cookieless="true"
timeout="20"
/>
At this point I'm checking out
http://support.microsoft.com/default.aspx?scid=kb;en-us;325056 and
considering adding response.applyapppathmodifier to response.redirects
in the uipab.
Has anybody experienced this before? Is the UIPAB capable of
supporting load balancing? Any tips?
Kind regards,
Nikander Bruggeman