Skip to main content



      Home
Home » Eclipse Projects » Eclipse Scout » How to intercept browser session expired
icon4.gif  How to intercept browser session expired [message #1758889] Tue, 04 April 2017 03:59
Eclipse UserFriend
Hi all,
I develop an application with Scout + RAP; this application use DataSourceSecurityFilter to manage the login and when the user log out using the following code to close the client session:
ClientSyncJob.getCurrentSession(ClientSession.class).stopSession();     ClientSession.get().stopSession(org.eclipse.equinox.app.IApplication.EXIT_RESTART);


Now I have the necessity to intercept when the client session goes in timeout to make a kind of rollback of some status in the database.
Is it possible do that?

Thanks in advance for any help and explanation
Previous Topic:Complex columns - how to?
Next Topic:Interpreting problem popus
Goto Forum:
  


Current Time: Sun Aug 31 17:59:05 EDT 2025

Powered by FUDForum. Page generated in 0.12654 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top