cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro java - does exist a method to refresh the http session?

Former Member
0 Kudos

Hello experts,

I developed a webdynpro application that writes runtime on a html file.

Pressing a button "Exit" is possible to load the html file, but the html code written by the webDynpro application is not visible until the browser window is refreshed!

Does exist any java method that refresh the browser window or that restart the Http session?

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Try

DestructionReason ds = DestructionReason.EXCEPTION_DESTRUCTION;

TaskBinder.getCurrentTask().getApplicationSession().destroy(ds);

Former Member
0 Kudos

no solution fuond..