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.
Sorry for bothering you guys. The header page was an html page instead of jsp. I works fine now.
Thanks for the answers though.
This is still the best place to ask a question and get good answers within a timely manner. 😀