philpalmieri / jquery-idleTimeout

idle Activity Timeout and logut redirect for jQuery
27 stars 115 forks source link

Session not destroy when using Firefox and Chrome #3

Open ngjiajun opened 11 years ago

ngjiajun commented 11 years ago

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.