I'm using the Win2k NLB services with PHP4 and it works fine.  You can set
the affinity to none, single, or a whole subnet to ensure that your client
reaches the same server for that session....

If you use cookies to store your login information then the affinity problem
goes away as the cookies will be passed to the server each time.

Works great!

-> -----Original Message-----
-> From: Dickerson, Monty [mailto:[EMAIL PROTECTED]]
-> Sent: 30 April 2001 17:26
-> To: [EMAIL PROTECTED]
-> Subject: [PHP-WIN] sticky sessions :: Load Balancing :: RE: session
-> tracking across a server farm
-> 
-> 
-> Kelvin, 
-> 
-> The trick you need is called 'sticky sessions'.
-> 
-> Which are you using to balance the load on your server farm?
-> 
-> .  Cisco LocalDirector
-> .  Dell BigIP
-> .  An RFC2391-complaint LSNAT router
-> .  Linux 2.4 iptables
-> .  Redundant DNS entries (not effective)
-> .  Microsoft Windows 2000 Advanced Server's LB NAT util
-> 
-> The Cisco LocalDirector ($$$) can do sticky sessions, i.e. 
-> keep a session
-> going to one box behind it, by matching a cookie or a 
-> substring on the URL.
-> 
-> Hey, HONK if anyone is doing sticky sessions with php4... pls!
-> 
-> :)
-> 
-> montyd
-> 
-> > -----Original Message-----
-> > From: Kelvin Luck [mailto:[EMAIL PROTECTED]]
-> > Sent: Monday, April 30, 2001 11:14 AM
-> 

Reply via email to