Developer forum

Forum » Templates » how do I return to a specific area after logging out

how do I return to a specific area after logging out


Reply

When using the log offf link - that I got from somewhere - is there a neat way that I can make sure that I return to the right area (alernative: page) ..

 

I use this: href="/Admin/Public/ExtranetLogoff.aspx"

 

/ddl


Replies

 
Reply

Just supply the ID of the page you want to redirect to as the ID parameter in the querystring. If you want to redirect the user to page 10, the href of your link should be "/Admin/Public/ExtranetLogoff.aspx?ID=10"

 

You must be logged in to post in the forum