Porting to master repo of the changes that seems to resolves issues related to ticket #20445 #6
Loading…
Reference in New Issue
No description provided.
Delete Branch "mauro.mugnaini/threadlocal-vars-cleaner:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Revised implementation of the login/logout/valve that rely completely on cache proxy and ignore the several session objects (with same session ID) that are involved in different calls and threads. In addition to avoid also multiple thread collision that refreshes/requests the same object several times at each call, a specific mutex (per user) has been put in place.