<div class="gmail_quote">On Fri, Mar 28, 2008 at 4:58 AM, Florian Engelhardt <<a href="mailto:f.engelhardt@21torr.com">f.engelhardt@21torr.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="Ih2E3d">You could store the sessions on a separate server, for instance on a<br></div>
memcache or in a database</blockquote><div><br></div><div>Good idea.  (Though if you use memcached, you'd probably want to periodically copy the backing store to a file to survive system failure.)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
or mount the the filesystem where the<br>
session is stored via nfs on every backend server.</blockquote><div><br></div><div>Bad idea.  NFS file locking is unreliable at best.</div><div><br></div><div>--Michael </div></div>