Re: Problem with session

From: Willy Tarreau <w#1wt.eu>
Date: Fri, 1 Apr 2011 09:16:22 +0200


On Fri, Apr 01, 2011 at 09:06:41AM +0200, Rune wrote:
> Hi list, I have problem with session an an asp classic site, i loose
> it after some mouse click
>
> the relative configuration is here:
>
>
> backend www.bububu.it
> mode http
> balance roundrobin
> option forwardfor
> option forceclose
> appsession ASPSESSIONID len 64 timeout 3h prefix
> server www01-sia 192.168.41.235:80 maxconn 50 slowstart 3m weight 1
> server www02-sia 192.168.41.236:80 maxconn 250 slowstart 3m weight 40
> server www03-sia 192.168.41.231:80 maxconn 250 slowstart 3m weight 40
>
> Anyone could see what's wrong here?

At first glance, not at all. First, are you sure that your server correctly returns an ASPSESSIONID cookie ?

Second, do you have an "nbproc" line in your global section ? It could prevent two processes from sharing the same session table.

Regards,
Willy Received on 2011/04/01 09:16

This archive was generated by hypermail 2.2.0 : 2011/04/01 09:30 CEST