-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
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