cancel
Showing results for 
Search instead for 
Did you mean: 

End session/cookie of WDA application

Former Member
0 Kudos

Hi All,

I am not using portal. I have created a log off button in my application. I require to end the session or cookie of the perticular WDA application when i click on logoff.

Please advise how this can be done.

Thanks,

Pris.

Accepted Solutions (0)

Answers (2)

Answers (2)

saravanan_narayanan
Active Contributor
0 Kudos

you can create a Outbound plug of type Exit in the window controller and the same plug can be fired from the button event.

check the example WDR_TEST_EXIT_PLUG

and documentation

[http://help.sap.com/saphelp_nw70/helpdata/en/45/1bc575ba064574e10000000a114a6b/frameset.htm]

Former Member
0 Kudos

Hi Pris,

you can do this by creating Exit_plug..

Please go through this...

/people/mohammed.anzys/blog/2007/06/05/how-to-close-parent-window-in-webdynpro-applications

https://cw.sdn.sap.com/cw/community/docupedia/sapnetweaverabap/blog/2010/01/12/close-window-button-i...

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/ca3351508f04e7e10000000a42189c/frameset.htm

cheers,

Kris.