9 messages in ru.sysoev.nginxRe: nginx keeping session
FromSent OnAttachments
Glen LumanauOct 21, 2008 10:34 pm 
mikeOct 21, 2008 10:47 pm 
Glen LumanauOct 21, 2008 10:50 pm 
mikeOct 21, 2008 10:56 pm 
Dave CheneyOct 21, 2008 11:17 pm 
mikeOct 22, 2008 3:26 am 
Dave CheneyOct 22, 2008 4:08 am 
张立冰Oct 22, 2008 8:00 am 
mikeOct 22, 2008 12:28 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: nginx keeping sessionActions...
From:mike (mike@gmail.com)
Date:Oct 21, 2008 10:56:34 pm
List:ru.sysoev.nginx

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,