cancel
Showing results for 
Search instead for 
Did you mean: 

[WDA] Suspend & Resume plug

Former Member
0 Kudos

Hi.

I wanna navigate from some WDA app to external Web App.

I made these Web applictions to test this function.

But it is not correctly work.

When the WDA app(Caller) fire suspend plug and then navigate a external Web App, the Session of WDA app is

terminated in SM04 transaction.

I already check my app configuration.

1) SICF the WDA app node's "Session Timeout" property

2) Is there checked anything?

What happened?

What I am going through?

Plz help.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Please check your application property for the expiration time setting.

Look the suspend plug changes the state of application. So even if because of the low expiration time the application is terminating you can make use of the <b>onApplicationStateChange</b> function in the controller to restore its state.

regards

Amit

Former Member
0 Kudos

As a result of going through this problem,

the caller program(WDA) is session timeout when

navigage to external Web App.

Humm..

I used suspend outbound-plug to navigate to external

web app.....

Former Member
0 Kudos

Hi,

Have you declared a resume plug for the interface view? Flag exactly one inbound plug as a resume plug for an interface view. If and only if an application has a resume plug, the corresponding session is retained while navigating away from this application.

Regards,

Satyajit.

Former Member
0 Kudos

Hi Satyajit.

Sure. I decared a resume plug...

When navigating away from the WDA, the WDA session is terminated.

&#12640;&#12640;