Thanks Denial,
But the code which I have submitted fine, there is no need to add anything
extra.
-Jignesh
On Friday 21 May 2004 21:36, Daniel Perry wrote:
> If you are calling saveToken(request) before isTokenValid like your code
> suggests, you are probably overwriting the token in the session,
If you are calling saveToken(request) before isTokenValid like your code
suggests, you are probably overwriting the token in the session, so it is
different to the one being submitted in the form!
It should happen as follows:
In the action that gives the form:
saveToken(request);
Then in the act
2 matches
Mail list logo