ASP.NET: Dealing with Session non-Stickiness

  • Thread starter Thread starter Nitin
  • Start date Start date
N

Nitin

Hi!

I was wondering if anyone had to deal with a load balancer that didn't
provide session stickiness when using IIS. I seem to be running into a
bit of an issue with ASP.NET session state. I know it is possible to
share session state across IIS servers using SQL Server, but the
target environment uses Oracle instead :-(

I'd appreciate inputs that anyone may have on this issue.

-NiTiN
 
You can use the session state service as well. That keeps the session state
in memory on one server.
 
Hi Dale!

Thanks for your response. I never stopped to think about the state
server :-)

Regards,
Nitin
 
Back
Top