Logout mechanism on Digest Authentication

2010-01-19 Thread vpapado
Hello, I have a problem in logout mechanism for my web app. For logging in I use Digest Authentication. Here is how things go: 1. On the same web app I first used Form Authentication and on each jsp page I created I used, on logout, bellow code: session.invalidate();

Re: Logout mechanism on Digest Authentication

2010-01-19 Thread vpapado
Thank you. awarnier wrote: vpapado wrote: Hello, I have a problem in logout mechanism for my web app. For logging in I use Digest Authentication. Here is how things go: ... Is there a problem in logout mechanism for Digest Authentication? Is logout not supported for diggest

j_security_check not working with flash

2009-12-21 Thread vpapado
Hello, I have a problem authenticating my users with j_security_check interworking with a flash on my login.jsp page. Here is how things go: I use j_security_check method to authenticate my users. As a result, I have assigned a login.jsp page where I have a login form and at the top of the

Re: j_security_check not working with flash

2009-12-21 Thread vpapado
-authenticate. Same thing happens on my cisco call manager when i let the login go stale a few times without closing the browser. Maybe that will help you troubleshoot it further. On Mon, Dec 21, 2009 at 1:50 PM, vpapado vpapadopoulos2...@yahoo.gr wrote: Hello, I have a problem authenticating my