Technical support This forum is closed.
Version 1.x > Technical support > Restricted login direction View modes: 
User avatar
Guest
redactuk - 7/19/2006 12:35:32 PM
   
Restricted login direction
I have created a restricted Customer Zone on my web site that requires a user to login. If they click on the Customer Zone men option or click on a news item on front page that has been created in the restricted zone the login form is displayed. Once they have logged in how would I alwasy ensure that they are automatically redirected to the area they first wished to go?

Thanks

User avatar
Guest
admin - 7/24/2006 11:36:34 AM
   
Re: Restricted login direction
Hello,

could you please check if you set the LogonForm.RedirectTo property value? This value contains the URL where the user should be redirected after she signs in. You should typically use something like this:

LogonForm1.RedirectTo = "~" + Request.QueryString["redirectto"];

Best Regards,