Hello Chris So what mechanism is Owncloud using for user sessions? Does php store that on a folder or somewhere I can share between servers with NFS for example?
Is that in the Database maybe? Pablo ----- Original Message ----- From: "Chris" <[email protected]> To: "user" <[email protected]> Sent: Thursday, February 4, 2016 3:52:44 PM Subject: Re: [owncloud-user] Owncloud pools of servers behind a load balancer Hi, redis is used for "memcaching" as the memcache.* is showing and which is also described in the documentation. For distributed sessions in redis just create a new feature request here: https://github.com/owncloud/core/issues -- View this message in context: http://owncloud.10557.n7.nabble.com/Owncloud-pools-of-servers-behind-a-load-balancer-tp16561p16562.html Sent from the Users mailing list archive at Nabble.com. _______________________________________________ User mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/user -- _______________________________________________ User mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/user
