Domino Admin Question I'm guessing

I have some code that generates an email message with a link to it’s relative document.

My problem is that let’s say the user doesn’t have a browswer session open. They click the link and it takes them to the login page. After they login they are sent to the home page rather than the Document specified in the link’s URL.

If the user DOES have a authenticated browswer session open then when the link in the email is clicked the user is taken to the proper document.

Can someone shed some light on this issue?

Subject: Domino Admin Question I’m guessing…

Check to see if the login form has been customized (domcfg.nsf). Maybe there is code in the login form that forces the user to a specific url.

Also check the database itself - check the launch properties. Maybe something there is forcing it to the main page when the database is first opened.

Subject: RE: Domino Admin Question I’m guessing…

Well it was the Customized domcfg.nsf there wasn’t any code that was forcing the user, but I just don’t think it was dev’d properly. So I used the defualt form, with a few tweaks and it worked great. Thanks for the suggestions!