Does Nginx support cookie which acts as a load balance?

Manlio Perillo manlio_perillo at libero.it
Thu Jan 3 21:34:06 MSK 2008


Joe ha scritto:
> Hi All
> I setup a load balance by using Nginx, there have several Linux boxes 
> running PHP+MySQL as the backend servers, they're all for Blog service.
> 

It's the "same" blog service?

> -------+-------+-----+-----+-----+---
>        |       |     |     |     |      +--+--+  +-+-+ +-+-+ +-+-+ +-+-+
>     | LB1 |  | A | | B | | C | | D |
>     +-----+  +---+ +---+ +---+ +---+
>     Nginx    several Blog servers
> 
> Assuming the domain name is blog.abc.com, when user sign in server A 
> with his own username and password, if he try to access blog.abc.com 
> again, it's possible that his requests will be transferred to server B 
> or others, then I think this user will be asked for input his username 
> and password again on server B or others. So my question is how can I 
> configure Nginx to let this user access server A again when he access 
> blog.abc.com until he sign out?
> 


Rewrite the blog application if this happens, since they are not restful.

State must not be stored locally.

> 
> Thanks
> Joe
> 


Manlio Perillo





More information about the nginx mailing list