LDEV-3382 Add datetime parameter check to LoginRequest. It must check for "a range" of TTL that is datetime parameter provided can't be too far in the future as well
LDEV-3335: Set session cookie path and domain in TestHarness. Without it, and with session fixation attack prevention on, WildFly does not accept the cookie during authentication.
LDEV-3335: Put UserDTO in session as soon as possible after authentication, so it is available after redirect. Response is sent by a different thread than SsoHandler and if it wins the race, index page is rendered with UserDTO missing, resulting in error.
LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport usage in set of LAMS DAO types from lams_tool_forum. Move DAO hibernate implementations to 'hibernate' sub-package. Introduce DAO interfaces and use references to them instead of to implementations in ForumService.