Skip to main content
1-Visitor
July 5, 2016
Question

Why is logout button asking for credentials for logging out?

  • July 5, 2016
  • 4 replies
  • 8675 views

When I click on logout button present in my mashup it always prompts for credentials ,after entering the credentials it logs out.

4 replies

1-Visitor
July 5, 2016

Maybe you have a Autorefresh widget which it's triggering a petition to the server while you where logging out?

5-Regular Member
July 5, 2016

Arti, are you using the Logout Button widget from the Marketplace or is it a custom widget? It seems to terminate the session and reload the page before it actually takes you to the logout screen.

1-Visitor
July 8, 2016

I have the same problem,

I am not using logout button, but I have a menu item which should logout.

I have created a Organization and I am using a FormLogin to access the mashups. When I click logout from menu It asks for credentials, but i does not log me out.

1-Visitor
July 8, 2016

Hi Tomas,


But without Logout button, how do you call TW logout services?

Carles.

1-Visitor
July 8, 2016

It is a part of Menu definition (how does it work on backend i honestly dont know).

1-Visitor
July 8, 2016

UI Elements, aka widgets, are pure Javascript /HTML5 code, no Java at all. Well still with the Java ones you can decompile it and recompile it again, I did for CSVParser extension already.