Re: form-based authentication support for cookies

2006-01-18 Thread Leonardo Kenji Shikida
too bad. resin has this On 1/18/06, Mark Thomas <[EMAIL PROTECTED]> wrote: > Leonardo Kenji Shikida wrote: > > using tomcat´s form-based authentication ("j_username" and > > "j_password"), is there any support for "remember me" feature? (saving

form-based authentication support for cookies

2006-01-18 Thread Leonardo Kenji Shikida
using tomcat´s form-based authentication ("j_username" and "j_password"), is there any support for "remember me" feature? (saving encripted password into a cookie and reading it back in the next visit), or will I have to code myself the a whole new authentication process by hand? best regards Ken

Re: Strange Authentication Behavior

2006-01-16 Thread Leonardo Kenji Shikida
two curious things about this 1) firefox 1.5 did not solved my problem 2) re-deploying it into a new webapps directory (instead of the default ROOT I was using before) solved my problem good luck Peter regards Kenji On 1/16/06, Leonardo Kenji Shikida <[EMAIL PROTECTED]> wrote: >

Re: Strange Authentication Behavior

2006-01-16 Thread Leonardo Kenji Shikida
Hi Peter The same problem is happening to me I am using tomcat 4.1.30, it's configured like this 1) server.xml is configured like this and I commented the default memory realm 2) I've created the database tables correctly and the authentication seems to be working, since I get the fo