Code: Alles auswählen.
call method application->read_session_cookie
exporting
i_runtime = runtime
importing
e_data_value = import_value.
//e_data_value wurde clear
if import_value is not initial.
navigation->goto_page( 'logoff.htm' ).
exit.
endif.