Hi all, I have gone through this example to end session when user was inactive for some amount of time which works fine
http://www.philpalmieri.com/js_sandbox/timedLogout/
But when it redirects back to logout page and if I access the page with sessions I am able to see the page access with the data. I don't want this to be done. When user logged out on inactive session through the jQuery function I would like to kill the session which I am having too? How can I achieve this?