Hi,
How can you check to see if a session has already been validated?
i.e.
if( !session.isInvalidated()) <-- what should go here?
{
session.invalidate();
}to prevent the following exception: "org.apache.jasper.JasperException: invalidate: Session already invalidated" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
