On Sat, Aug 23, 2008 at 2:52 AM, JuneEarth <[EMAIL PROTECTED]> wrote: > How to make CGI sessions to be shared among multi-webservers? Thanks.
The simplest way is to use a transactional database system. You read the session from the database and write back to the database. It will work with as many webservers as you have (with some very high limits, of course). There are multiple perl modules that implement sessions this way. Also, most of the CGI frameworks use something along these lines as well. Sean -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/