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 > > encripted password into a cookie and reading it b

Re: form-based authentication support for cookies

2006-01-18 Thread Mark Thomas
Leonardo Kenji Shikida wrote: > 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 authenticati

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