what version of jboss is it ? it appears to be a known tomcat issue...
It can be solved as follows :-
<%
| // Hack to get around bug in tomcat:
| //
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8976
| if (session.isNew()) {
| response.sendRedirect("index.jsp");
| return;
| }
| %>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134725#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...