On Tue, 2008-10-28 at 11:41 -0700, mike wrote: > I'll give you the advice I give everyone else: forget session > persistence. Use a central session store. Or a distributed session store if scalability is a big concern. Memcached is designed to do this very thing. Cliff