Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 07:59
marco giudici is currently offline marco giudiciFriend
Messages: 204
Registered: February 2013
Location: Italy
Senior Member
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: Tue Jan 21 13:01:31 GMT 2025

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

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

Back to the top