You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Antony Stace <s4...@yahoo.com> on 2002/02/13 08:37:27 UTC

isTokenValid(request) is always returning false

Hi

What would cause

saveToken(request);
if ( isTokenValid(request)) {
    System.out.println("isTokenValid(request) true");
}
else {
    System.out.println("isTokenValid(request) false");
}

To always print "isTokenValid(request) false".  I am always getting the value of
isTokenValid(request) being equal to false.

 

-- 


Cheers

Tony。
---------------------------------------------------------------------


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>