Am 21.05.2013 23:55, schrieb Kelsey Cummings: > On Tue, May 21, 2013 at 11:25:47PM +0200, Geert Wirken wrote: >> I guess what Cor means here is that you can add multiple webservers to >> your cluster which all share the same session information (because it >> would be stored in MySQL and not on a local ramdisk on each separate >> server). > > Which, I'd just like to say is AWESOME. Thanks for having this solved > for us out of the box so we didn't have write it ourselves or rely on > sharing the sessions over NFS. I find it refreshing that an open source > project has this in place out of the box
yes, but it would be *trivial* to provide a config setting to switch it off where it is not needed and not touch the php-session managment at all this way it would be even more powerful * memcache out of the box supported * *any* other implementation by a customized session handler hooked in with "auto_prepend_file" without RC need to know anything about it * KISS principle for setups which does not need any of them ____________________________ hence that is why a sane option would work like below and with setting 'php' not touch anything the admin configured in "php.ini" or per-directory settings in httpd // Backend to use for session storage. Can either be 'db', 'memcache' or 'php' $rcmail_config['session_storage'] = 'php';
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Roundcube Development discussion mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/dev
