* [EMAIL PROTECTED] ("Jeff Pang") wrote: > > On Mon, Aug 25, 2008 at 2:06 AM, Lars Haugseth <[EMAIL PROTECTED]> wrote: > > > > > Another solution, which is not really what the OP was asking about, but > > probably fixes his problem, is to ensure that each request from the same > > client will always be sent to the same webserver (based on a hashing of > > the client's IP address, for example.) > > But client's IP can be changed from day to day, especially for the > dialup clients.
Changes from one day to another shouldn't be a problem, as long as it doesn't change in the middle of a session. Certain load balancing systems can be configured to direct one client to the same host on subsequent requests. The one we're using does this through cookies issued by the load balancer. -- Lars Haugseth "If anyone disagrees with anything I say, I am quite prepared not only to retract it, but also to deny under oath that I ever said it." -Tom Lehrer -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/