My fear is that the garbage collection from one or more webmail machines is somehow stomping over active sessions
On Tue, Feb 14, 2012 at 10:10 AM, Jernej Porenta <[email protected]>wrote: > > On Feb 14, 2012, at 5:19 PM, James Devine wrote: > > > I have 3 machines running identical instances of roundcube setup in a > load balanced cluster sharing an instance of mysql. We seem to have issues > at times where people's sessions expire in the middle of using roundcube. > Is the best way to fix this to set the session_lifetime to 0 and do manual > cleanup of sessions? -- > > List info: http://lists.roundcube.net/users/ > > BT/ef886a1a > > > Did you try using memcache for session data? > > It might solve some issues, since it is way better performing than session > data in MySQL and the paradigm is almost the same. I believe memcache > session driver is available in 0.7 series, however you will still need > MySQL for other caches, if you are using them. > > Regards, > -- > Jernej Porenta <[email protected]> > ARNES, Tehnološki park 18, p.p. 7, SI-1001 Ljubljana, Slovenia > tel: +386 1 479 8800, fax: +386 1 479 88 99 > >
-- List info: http://lists.roundcube.net/users/ BT/8f4f07cd
