I'm working on the session management panel. I want to kill another user`s session by clicking button. I created grid with VaadinSession object and button with VaadinSession.close() functionality but after close() destroy session listener isnt firing immediately and his website isnt reloading. It is fired after some time but when user with closed session clicks on anything in his website then destroyListener is firing sooner. Is there any option to fire DestroyListener immediately after closing session?