cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro Logoff page is not shown!

Former Member
0 Kudos

Hi,

in SICF i configured a Logoff page according to: http://help.sap.com/saphelp_nw04s/helpdata/en/fc/04a5421935c511e10000000a1550b0/content.htm

Now if my exit plug is fired it never brings me to that exit page, why ?

Instead it brings me to a page with 2 frames, but both dont contain my logoff source...

Thx...

Accepted Solutions (0)

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

can you post the code for your log off page.

also the code where you triggered the exit plug

Abhi

Former Member
0 Kudos

The Exit plug is defined on the window and has no URL parameter, in my view i fire it like:

data lo_zrd_1 type ref to ig_zrd_1 .
  lo_zrd_1 =   wd_this->get_zrd_1_ctr( ).
  lo_zrd_1->fire_exit_plg(  ).

After i worked around and redirected with exit plug with URL paramter to a BSP page which logged off and killed the auth. cookie for some reasons this morning the redirect without url works now ?!?!