GWT code is a part of UI as an iframe. Now when the page is logged out, It should somehow call the gwt servlet code in the background and to invalidate the session. I have tried syncproxy, gwtrpccommlayer, But it didnt work since objects for the clients cant be created since it doesnt come under the gwt lifecycle.
Please suggest me how to achieve this. Thanks in advance.