Re: Authentication logic [was: Changing browser URL based on condition]
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAC0_be22epDcWfsuJ3QfJW-2eB0R8ReNWK2bQ+qYeBk5chxotA@mail.gmail.com> |
On Thu, Jul 14, 2011 at 11:21 AM, Vincent Veyron <[email protected]> wrote: > Could you explain (very briefly) how clustering prevents file storage of > a session? A cluster in this case means multiple servers, so they don't share a filesystem. There are ways to share files of course, but the common solution is to put your session data in a database with remote access. - Perrin