Hi,

I've been working on #1485659, and found that it's basically a duplicate
of #1484678.

The issue is atomicness of session variables.

I have a patch in #1485659 that solves the problem, but not completely.

What we need, in my opinion, is a per-variable row in the session table.
And, if possible, reads/writes per variable. Maybe even replace all
references to $_SESSION[] with functions like rcube_sess_get() and
rcube_sess_set() or something like that.


Any thoughts?


Robin
_______________________________________________
List info: http://lists.roundcube.net/dev/

Reply via email to