Need logout link to redirect different page.

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
3/21/2013 2:08:30 AM
Gravatar
Total Posts 28

Need logout link to redirect different page.

I wanted to know how the functionality of Logout link works .Is there any physical page associated with it ? .Same as login link can we change the page which should be displayed after logout page .For eg I would like to display page to user which will show message to user after he logged out.
 "You have been logged off your account.It is now safe to leave computer." &
Button below it Which will navigate to Home page.

3/21/2013 9:50:12 AM
Gravatar
Total Posts 18439

Re: Need logout link to redirect different page.

Hi,

You can mouse over the logout link and see that it links to /Logoff.aspx

​However the current functionality is to redirect to the home page after logout. Logout.aspx just clears the authentication and role cookies and redirects to home. It should be obvious to the user that they are no longer logged in since the welcome message no longer shows their name and the login link is visible and the logout link is not visible.

I will log a request in our project tracker for a config option to allow not redirecting and instead to show a message confirming logout on the Logoff.aspx page or maybe a config option to control where it redirects after logout.

I cannot promise how soon we will get to this though.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.