We have a similar setup using Squid instead of haproxy and have the PHP session path set to a shared NFS folder. That way you won't get "session lost" errors if you switch servers from one page load to another. Another option would be to set $wgSessionsInObjectCache to true ( http://www.mediawiki.org/wiki/Manual:$wgSessionsInObjectCache) and have the sessions stored in the object cache, assuming you have a shared cache setup between the servers.
On 8 January 2015 at 09:22, Natxo Asenjo <[email protected]> wrote: > On Thu, Jan 8, 2015 at 3:20 PM, Natxo Asenjo <[email protected]> > wrote: > > > > > in LocalSettings.php, the dir tmp relative to it exists and I can see > > sess_***** files being created. The wiki is with this setting unusable > > because it takes ages to open a page, or the layout is gone, or one gets > > page not found errors. > > > > instead of "page not found" I should have written: "page reset" errors. My > mystake. > > > -- > Groeten, > natxo > _______________________________________________ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > -- Dave Humphrey -- [email protected] Founder/Server Admin of the Unofficial Elder Scrolls Pages -- www.uesp.net www.viud.net - Building the world's toughest USB drive _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
