reostat - 

If I recall correctly, this may have something to do with how your code moves 
you to the next page (I believe "login form") upon clicking the "Logout" 
button. I'm not 100% sure I had agreed with who ever sent me a response, but I 
moved on...

Again, if I recall correctly, a suggestion had been made to not use the request 
dispatcher to move you to the next page, but instead use the response object:

response.sendRedirect("/");

Where response is of type HttpServletResponse and "/" is where you want to go.

The rationale of the suggester, if memory servers, was that the session is 
still somewhat valid in the context of using the request object after a call to 
session.invalidate().

good luck

hoth256

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933476#3933476

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933476


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to