cancel
Showing results for 
Search instead for 
Did you mean: 

after session timeout how to redirect to login page

Former Member
0 Kudos

I have a webdynpro application running as iview in enterprise portal. As soon as the default application session timeout happens once the user click on application screen the application has to redirect to enterprise portal login page screen.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can force the user to redirect to the login page using the below method.

<b>WDClientUser.forceLogoffClientUser(null);</b>

Cheers...

Satya