Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hi,
actually i am using the FormLogin option to access the mashup and also using Logout Widget that was working fine. but if i am clicking the logout button it shows the Authentication popup.but i want to go back to Login Form user credential page.Is any way to achieve this function.
Thanks
dinesh
Solved! Go to Solution.
The marketplace logout button, has a redirectionURL property where you can set the Login URL.
The marketplace logout button, has a redirectionURL property where you can set the Login URL.
It's redirecting successfully to FormLogin but if click on go back link it again displays the original mashup. So it seems session is not being cleared.
Any suggestion?
Thanks.
Are you able to find out the session related solution?
Regards,
Abhishek Kumar
I am getting a default thingworx login popup for 0.5 seconds and then a formlogin page when i click on logout button ( market place one having redirecturl property) .RedirectUrl is my form login page.
Are you able to find out any solution of this...?
Regards,
Abhishek Kumar
what's this?
"I am getting a default thingworx login popup for 0.5 seconds and then a formlogin page when i click on logout button ( market place one having redirecturl property) .RedirectUrl is my form login page."
I am asking about this, as I am also encountering the same issue.
Regards,
Abhishek Kumar
The solution is to clear the cache from the browser when the logout button is clicked. For this you can create your own custom widget and can write your own logout service which should first clears the cache and then forward you to formlogin welcome page.
Thanks,
Himesh Rajpal