depends on your visitor count, architecture, etc, etc. you can also
put in a cache like memcached in as well, there's a lot of things you
can do.
On Tue, Oct 21, 2008 at 10:50 PM, Glen Lumanau <gl...@lumanau.web.id> wrote:
if using database, it will make my database server overload i tought.
Or maybe it's better to use ip_hash module?
On Wed, Oct 22, 2008 at 12:47 PM, mike <mike...@gmail.com> wrote:
use central session management. it's much better (in my opinion) than
relying on sticky sessions / webservers / load balancers / etc.
use a database, or msession, or some other distributed session store
On Tue, Oct 21, 2008 at 10:34 PM, Glen Lumanau <gl...@lumanau.web.id>
wrote:
Hi All,
Is nginx already supported session keeping?
For example
I have nginx load balancer in front
Then I have 2 webservers as backend server A & B
When I tried to login maybe i've logged in in server A, but when the
load
balancer move me to server B, my status is not logged in
Which module that I can use for this issue?
Regards,