On Thu, Jul 14, 2011 at 11:21 AM, Vincent Veyron <vv.li...@wanadoo.fr> 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