Reindl Harald wrote:
Am 26.05.2013 19:50, schrieb Thomas Bruederli:
Reindl Harald wrote:
Am 26.05.2013 19:23, schrieb Thomas Bruederli:
Will PHP just sleep B) until session-files are unlocked or will it just fail in writing the session data? And do database backends of PHPs session handler do locking as well?
it sleeps
And mysql or mongodb handlers, too?
no, it's the job of the handler implement locking are you not doing this currently?
it should be quite simple to skip the custom session handler
Should be, although there's some more functionality and checking attached to it. But I'll look into it.
thanks!
Please find attached a patch that adds the option to use the native PHP session save handlers in Roundcube. Could you give it a try before we commit it to git?
Hint: you need to set
$rcmail_config['session_storage'] = 'php';
in your local config/main.inc.php