LDEV-2475 Changing the implementation to use the temp dir specified in the config table instead of the java default. This means that the temp dir has to be cleaned for every restart of the lams server
LDEV-2449 invalidate session when user has lost their cookie, so we don't accidentally access a page without knowing the right session id/cookie value (for some reason jboss gets confused and returns a 'Session already invalidated' error in an exception)
LDEV-2449 SSO cookie doesn't seem to expire when shared session ends - therefore set max age to same as session timeout value. Fixes the first click after a session timeout thinking it's still logged in
LDEV-2449 remove key to session in map when session invalidated; don't worry about JSESSIONID cookie at all, let container handle it since we don't use it to store shared session anymore.
LDEV-2450 Changing the combined tool language file directories so that they point to a logical name instead of a number, that makes updates much easier.Basically made minor changes to the build and deploy tool process for combined tools. And a couple of db updates
LDEV-2449 use sso cookie name to store shared session rather than webapp cookie name, due to possibility in jboss5 of multiple webapp cookies with different paths