Re: sessions
[email protected] (David Dorward) Sun, 24 Aug 2008 12:55:29 +0100
| Newsgroups | perl.beginners.cgi |
|---|---|
| Message-ID | <[email protected]> |
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. -- David Dorward <http://dorward.me.uk/>