if (objCookieLoggedOn != null && !objCookieLoggedOn.getValue().equals("")) {
%>
<tr>
<td bgcolor="#f2f2f2" valign="top" colspan="2"><b>Session time out, please login again.</b></td>
</tr>
<%
objCookieLoggedOn.setValue("");
response.addCookie(objCookieLoggedOn); // clear the ticket cookie, the only way they can get here if they're logged in is if they logout or a timeout occured