[imp] Session expiring
Ramon Kagan
rkagan@yorku.ca
Tue, 5 Feb 2002 08:17:45 -0500 (EST)
HI,
clarification. As long as a user doesn't press shift-reload they will
stay on the same server. I am currently trying to run imp3.0 with php
cookie sessions turned off. Although this leaves an ugly url it is a test
I believe I should be doing.
Ramon Kagan
York University, Computing and Network Services
Unix Team - Intermediate System Administrator
(416)736-2100 #20263
rkagan@yorku.ca
On Tue, 5 Feb 2002, Rob Lineweaver wrote:
> Quoting Bjorn Swift <bjorn@olympus.swift.st>:
>
> > This shouldn't be the case. The following is taken from
> > www.linuxvirtualserver.org:
> >
> > .......... and the connection is added into the hash table
> > which records connections. Then, the load balancer directly
> > forwards it to the chosen server. When the incoming packet
> > belongs to this connection and the chosen server can be
> > found in the hash table, the packet will be again directly
> > routed to the server.
> >
>
>
> Yes, this in be true *within* an HTTP connection. The problem is that HTTP
> connections are not persistent. A connection is made to request a web page and
> usually the TCP connection is closed immediately after the page is recieved and
> a completely new connection is made to get the next web page (which could quite
> easily go to another backend server).
>
> Rob Lineweaver
> :)
>
> --
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>