cancel
Showing results for 
Search instead for 
Did you mean: 

wdDoExit() of controller not triggered on logoff of portal.

Former Member
0 Kudos

Hi All,

We are using wdDoExit() Method of component controller in Web Dynpro Java application to do some clean up on locked objects(by executing a BAPI).

It works fine, when the user switches between Applications in portal, but unfortunately the log off of portal is not triggering this method.

Any pointers on this would be of great help.

Thanks & regards,

Vishweshwara P.K.M.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Are you using a popup blocker? If so try and disable it as DSM terminator opens in a popup.

What version are you using? Is doExit running a lot later when the session times out? Set a timer when the application is launched and write the total session time to the application log when it is destroyed with doExit.