LDEV-3335, LDEV-3340: Make SessionManager a storage for servlet context, so it can be accesses by other classes at any time. Remove obsolete SSO classes.
LDEV-3335, LDEV-3340: Remove a filter which sets inactive timeout in sessions. With new SSO it is just needed in Central and it is already taken care of by SessionListener.
LDEV-3381: Add 3 wildfly-clustering modules to LAMS repo. These modules contain fixes to an issue with Undertow DummyTransaction invalidation. They are added here temporarily only untill stable version of Wildfly-9 is available.
LDEV-3381: change locking to OPTIMISTIC and isoloation to READ_COMMITED for 'web' infinispan cache. This is to bypass errors with GlobalTransactions locking in alpha version of org.wildfly.clustering.web.infinispan module.