Re: Backend Cookie Validation

2010-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, On 11/9/2010 3:30 PM, Martin Uria wrote: > I am trying to have a cookie validated in Tomcat against a mysql > entry, if it validates it should proceed to the requested resource, > and if not, it should redirect to a different page (which write

Backend Cookie Validation

2010-11-09 Thread Martin Uria
Hi all, A little stumped on how to accomplish this: I am trying to have a cookie validated in Tomcat against a mysql entry, if it validates it should proceed to the requested resource, and if not, it should redirect to a different page (which writes the cookie on successful login). The idea