I have a xpages app. with anonymous access. For some parts to access I need to login in (I use roles to hide the admin parts of the application) When I login via a url like http://myapp.com/app.nsf?opendatabase&login I can enter my credentials and I am authenticated to the server and app. When I navigate to some pages I notice it starts to work with anonymous access again. So for some reason the server drops the credentials.
Any idea?
Regards, Peter