[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: request.isRequestedSessionIdValid does not work
kjkoster
do-not-reply at jboss.com
Tue Oct 21 04:11:08 EDT 2008
Dear kenzhang,
Why not work around this issue as follows:
try {
| session.invalidate();
| } catch (IllegalStateException e) {
| // yeah, yeah.
| }
The effect is that after this statement block the session is invalidated, regardless of whether it was before the block.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183408#4183408
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183408
More information about the jboss-user
mailing list