我有一個Vaadin 7應用程序,它使用在我的服務器的standalone.xml(jboss eap6)中配置的安全域對LDAP進行身份驗證。一切工作正常,直到我嘗試註銷。如何在Vaadin 7 aplication中使會話失效?
在我的Vaadin UI我有一個註銷方法:
public void logout(){
VaadinService.getCurrentRequest().getWrappedSession().invalidate();
this.close();
}
當我執行的方法我得到的消息:
session過期採取任何未保存的數據的音符,並點擊此處或按ESC鍵繼續。
,但一旦我做刷新頁面,我仍然記錄在
還有什麼我需要做的正確關閉會話?
謝謝!
[如何重新啓動Vaadin會話?](http://stackoverflow.com/questions/26404821/how-to-restart-vaadin-session) – Krayo 2014-11-25 08:12:10