Re: How to handle session validation in struts 1.1

2006-08-14 Thread Wendy Smoak
On 8/14/06, Anil Kumar T <[EMAIL PROTECTED]> wrote: I need to validate the user session in all actions. For this I tried using saveToken, isTokenValid(), but failed to use them. Not sure what the reason is but it fails during second request. Any info on this particular step or is there any other

How to handle session validation in struts 1.1

2006-08-14 Thread Anil Kumar T
Hi All, I need to validate the user session in all actions. For this I tried using saveToken, isTokenValid(), but failed to use them. Not sure what the reason is but it fails during second request. Any info on this particular step or is there any other way to handle the session in struts? Any he