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 mecha

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(); response.sendRedirect("samep

Re: j_security_check not working with flash

2009-12-22 Thread vpapado
Hello, Indeed that was it! I moved the flash into another folder that is not protected, and now it works. Thanks you! Bye vpapado wrote: > > Hello, > > I have a problem authenticating my users with j_security_check > interworking with a flash on my login.jsp page. > &g

Re: j_security_check not working with flash

2009-12-21 Thread vpapado
my > browser open on the doc for while and re-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 &g

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 page