I have a the following in my header.html:
<META HTTP-EQUIV="refresh" CONTENT="<%= session.getMaxInactiveInterval() %>; URL=/nmt/extranet/asp/error.jsp" />
and the following in my web.xml
<session-config>
<session-timeout>60</session-timeout>
After an hour the session times out and redirects me to the error.jsp in IE and Opera but in Firefox it redirects me immediately. Does anyone know why this may be occurring or is there something wrong with the ?
Thanks in advance.