Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rap-dev] Session termination not signalled properly

Hello

We recently migrated our application from 1.1.1SR1/1.2M3 to 1.2M7 and
now have problems with the logout action of our application. We use a
solution similar to that one described in
http://dev.eclipse.org/newslists/news.eclipse.technology.rap/msg04759.html,
which worked fine until we updated. Is there a new way to signal the
termination of the application?
It seems that the session will not be terminated respectively no
interrupt will be send to UIThread.switchThread().
We tracked the problem to LifeCycleServiceHandler.checkRequest() ->
isSessionRestart() evaluates to false and therefore the clearSession
will not be called. However this works right (clearSession is called)
when delaying the corresponding Jetty thread via breakpoint in
HashSessionManager [283].

Thank you,
Marco



Back to the top