Re: FORM based authentication LOGOUT

2006-11-03 Thread Christopher Schultz
John, > When I call request.getUserPrincipal(); I still get the Principal back > and I can still call request.isUserInRole( "Foo" ); and get a valid > response for the currently logged in user. Are you checking those values during the same request in which you killed the session? It's possible th

Re: FORM based authentication LOGOUT

2006-11-03 Thread John McPeek
When I call request.getUserPrincipal(); I still get the Principal back and I can still call request.isUserInRole( "Foo" ); and get a valid response for the currently logged in user. John From: John McPeek [mailto:[EMAIL PROTECTED] Subject: FORM based authentication LOGOUT I have tried to in

RE: FORM based authentication LOGOUT

2006-11-02 Thread Caldarale, Charles R
> From: John McPeek [mailto:[EMAIL PROTECTED] > Subject: FORM based authentication LOGOUT > > I have tried to invalidate the session and get a new one. > No Dice. When you say "No Dice", what actually happens? All the admin app for Tomcat does is the following, which seems to work: Htt