cancel
Showing results for 
Search instead for 
Did you mean: 

Logout to login window

Former Member
0 Kudos

Hi All

I have been trying to find a way for the user to logout the application and get the login screen again.

I saw one pretty complicated way using a bsp and an exit outbound plug.

Is there a more simple and standard way to do this?

Thanks,

Nitsan

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> Hi All

>

> I have been trying to find a way for the user to logout the application and get the login screen again.

> I saw one pretty complicated way using a bsp and an exit outbound plug.

> Is there a more simple and standard way to do this?

>

> Thanks,

> Nitsan

Not really a simplier way. The Logon Ticket is stored as a session cookie, so it can only be removed via JavaScript or by closing the browser window. You can't inject the necessary JavaScript into the page from Web Dynpro - hence the need to exit to a BSP application.

Answers (0)