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

0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Diogo Neves 15 years ago
parent 2aa9e90245
commit 45cb5429cb

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

Loading…
Cancel
Save