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

lxbfYeaa
Diogo Neves 15 years ago
parent 2aa9e90245
commit 45cb5429cb

@ -122,7 +122,15 @@ public class Utils {
if ( mapData != null )
{
HttpSession aatSession = ( HttpSession ) mapData.get( "session" );
aatSession.invalidate();
try
{
aatSession.invalidate();
}
catch ( IllegalStateException e )
{
// ErrorLogger.logException( e );
System.out.println( "Session already invalidated." );
}
}
}

Loading…
Cancel
Save