* [EMAIL PROTECTED] (David Dorward) wrote: > > JuneEarth wrote: > > How to make CGI sessions to be shared among multi-webservers? Thanks. > > They have to use a shared data store for the session information. Using > a database for that would be one approach.
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.) -- 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/