Hi there
I want to be able to detect when an invalid request has been sent.
i.e accessing an application via a bookmark link but obviously still has a valid session. Or lets say a user is in java.sun.com/form.jsp and changes the url to
www.google.com and then a few minutes later changes url back to java.sun.com/form.jsp.
How can I detect that the request above is not valid therefore invalidate such session (forwarding the user to login.page)
I have read about
struts tokens but considering struts now will require a lot of work because of how our architecture is right now.
I would like to implement this using a Filter Class. Can someone please shed some light on how i can achieve this without struts.
Thanks in Advance..
[ October 18, 2008: Message edited by: Steve grand ]