Hi All,
I have a requirement when a user click on the logout button in webtop, it should ask for a confirmation and if the confirmation is yes then it should logout the user and the browser should navigates to the login screen. I have achieved this but one problem which I am facing is that when the user click on the back button after the user is in the login page after logoff, he can see the main page which should not be the case. I double check with default webtop it shows the same behaviour but one interesting thing which I notice is that when I tried with DA , I cant see such behaviour(once the user logoff he cant go back to the main page ).So my question is that --
1) What is the difference between the logoff component of DA and Webtop?
One more thing I want is that in logoff_component.xml where are two params
<params>
<param name="afterLogoff" required="false"/>
<param name="forwardUrl" required="false"/>
</params>
How to use this and their importance, how to pass the value for these two params.
Any help will be greatly appreciated.
Thanks in Advance
Rintu