LDEV-2475 Temp dir issue- Only files with "lams" prefix deleted on startup- Instead of temp dir being a startup constant, it is a fetched via a method in FileUtil that:- Creates the directory if writable and exists- Returns the specified temp if its writeable- Otherwise returns the java temp
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)