I am using and AJAX call to determine if the user's session has timed out. I am using
Struts 2. I tried implementing ServletRequestAware and then getting the session from that like this:
But it seems that the session is getting created by struts because the session is always not null (Even though I know the session was killed).
Any ideas on how to do this?