Maurits van der Schee
Maurits van der Schee
>Actually I only text you to understand if we had moved forward from that point. Well, we haven't, since it is not an easy issue. Note that I am not...
No worries, I understand.
Released in v2.14.15
There is a way around it: You can use the "mapping" feature to remove the prefix. You can use the authorization to prevent access to other tables.
>If anyone is interested, for Vue I have created some handy bindings to deal with this API :-) Thank you! I added that to the README for everyone to enjoy....
I implemented session locking in SncRedisBundle and LswMemcacheBundle (ported from pecl memcached), see: - http://pecl.php.net/package/memcached - https://github.com/snc/SncRedisBundle/pull/109 - http://www.leaseweblabs.com/2013/10/symfony2-memcache-session-locking/ Maybe this is of any help to anyone.
@dennisbirkholz: Yes.. read on cyclic deadlock here: https://sqlindian.wordpress.com/2012/07/06/cyclic-deadlock/
@andrerom Sorry for the late reply, but I think it makes total sense to bring back the NativeSessionHandler classes.
@mmucklo: You say that you want to "allow for parallel requests (think API)". This is certainly recognized by PHP and PHP7 now supports read-only sessions with the "read_and_close" option (see:...
I'm really sorry for the late reply, but the response should also contain debug (http) headers, can you post the output of those as well? You can use your favorite...