ASP.NET: Dealing with Session non-Stickiness

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
 
G

Guest

You can use the session state service as well. That keeps the session state
in memory on one server.
 
N

Nitin

Hi Dale!

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

Regards,
Nitin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top