Assuming you are referring to Struts 1.x, when you work with tokens the
servlet will ensure that your response will have a hidden token
everytime your action finishes execution. It does this so that it knows
what to expect and control multiple logins. Once it's compared (1 and
only once), the s
er time it returns null.
Do I need to save the token every time? (Which I dont think so) OR just
once(which I'm doing) OR is there any other way?
I'm resetting the token every time using resetToken(httpRequest).
Please help me out.
--
View this message in context:
http://www.nabble.c
2 matches
Mail list logo