ASP.NET / Web Farm / Oracle

  • Thread starter Thread starter JV
  • Start date Start date
J

JV

I have a client using Oracle exlusively. They want to set up a web farm for
our asp.net (1.1) application. I just discovered that it does not support
Oracle for storing session state.

Does anyone have any recommendations? An existing product that would
address this?
 
Hi, john,
why not to configure the WebFarm to use Server affinity to workaround this
issue ?
Another solution would be to write your own SessionProvider for Oracle, if
you were on ASP.NET 2.0

Sincerely,
 
Back
Top