Internet Products
1838383 Members
3345 Online
110125 Solutions
New Discussion

Replicating and maintaining iis user session...possible ??

 
Sritharan
Valued Contributor

Replicating and maintaining iis user session...possible ??

Hi,

Is it possible to replicate the iis user session to disaster recovery location ?? this is to maintain the user from disconnected from their session. Or is there any other way to maintain user session on IIS ??


Thanks & Regards
sRi
Known is a drop...unknown is an ocean -> quote from a movie
1 REPLY 1
Ivan Ferreira
Honored Contributor

Re: Replicating and maintaining iis user session...possible ??

Maybe you can use a Network load balance or "director" cluster. There are differents algoritms to maintain the state of the client connections and the servers.

Not sure if the Microsoft Network Load balance cluster can do that. So also, check the LVS (Linux Virtual Server) HOWTO.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?