cancel
Showing results for 
Search instead for 
Did you mean: 

Event of Logout

smarchesini
Active Contributor

Hi everyone,
there are an event i can catch when one user press logout in another tab of browser in FIORI ?

Thanks so much,
Sebastiano

Accepted Solutions (1)

Accepted Solutions (1)

smarchesini
Active Contributor

I founded it !

For the community 😉

It's :

if (sap.ushell.Container.attachLogoutEvent) {
				sap.ushell.Container.attachLogoutEvent(***function****);
}

Answers (0)