I try to implement this jquery idle timeout into my website with session enable.
however, in IE 8, i manage to get a new session when enter the index page and after verify the user and login the session id is still the same. until the point when idletimeout logout the user the current session is invalidate(); and new session id is created when return to index page..
the whole work flow change when idle timout call for logout the user. it does not trigger the logout page and redirect to the index page and the session remain the same.
I try to implement this jquery idle timeout into my website with session enable.
however, in IE 8, i manage to get a new session when enter the index page and after verify the user and login the session id is still the same. until the point when idletimeout logout the user the current session is invalidate(); and new session id is created when return to index page..
the whole work flow change when idle timout call for logout the user. it does not trigger the logout page and redirect to the index page and the session remain the same.