cancel
Showing results for 
Search instead for 
Did you mean: 

how to close connection in sap portal if develop application on webdynapro

Former Member
0 Kudos

how to close connection in sap portal if develop application on webdynapro

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

webdynpro itself close the connection after invalidation of outputs.

thomas_szcs
Active Contributor
0 Kudos

Hi Suresh,

There is a session management already provided by the portal, which sends so called session commands via URL parameters to the server. This means, you don't need to take care of session handling. This is done by the portal automatically.

Best regards,

Thomas

Former Member
0 Kudos

I don't know if I have really understand your problem. In any case to close the session you can create a button into WD and on action write the follow code:

WDClientUser.forceLogoffClientUser("http://servername:50000/irj/portal");

The link forward the user in the login page.

Hope this help you.

Vito Palasciano