git-svn-id: https://svn.coded.pt/svn/SIPRP@1672 bb69d46d-e84e-40c8-a05a-06db0d633741

lxbfYeaa
Diogo Neves 15 years ago
parent 94755fab8d
commit 6a2ad6479b

@ -111,7 +111,4 @@ public class JSFUtils {
return (String) parameters.get(parameter);
}
}

@ -118,6 +118,8 @@ public class Utils {
ServletContext paContext = session.getServletContext();
ServletContext aatContext = paContext.getContext( "/AnaliseAcidentesTrabalho" );
if ( aatContext != null && aatSessionID != null )
{
Map< String, Object > mapData = ( Map< String, Object > ) aatContext.getAttribute( aatSessionID );
if ( mapData != null )
{
@ -128,10 +130,11 @@ public class Utils {
}
catch ( IllegalStateException e )
{
// ErrorLogger.logException( e );
// ErrorLogger.logException( e );
System.out.println( "Session already invalidated." );
}
}
}
}
}

Loading…
Cancel
Save