User not asked for login correctly

Hello!I have a form with two iframes.

In the iframes, I have documents that are related to the current one.

When a user (in fact a customer) clicks on a link in his mail, a browser window is opened displaying the doc.

The problem is that he is not asked to login, the document is opened and in his 2 iframes, he has 2 login pages.

Now I do not have this problem on my server… I (or other users) am asked to login once and the iframes are correctly displayed.

Btw, the customer also has a personalised login page (unlike me).

Maybe this is causing the problems…

I’m thinking it may be the customer’s server settings…

Does anybody have any ides or suggestions please?

Subject: user not asked for login correctly

If the server allows anonymus access, the database does not allow anonymous access but allows Anonymous to read public documents, and the frameset is available to public access users, the frameset will load correctly but the elements in the frames will require login – so the user will see one login form per frame.

Subject: RE: user not asked for login correctly

Thanks a lot Stan.Indeed, setting the Anonymous access correctly solved the problem.