Repeated Login Challenges NETOS7.3

I’ve just moved to 7.3 from 6.0f and I’m having trouble with being constantly challenged for username and password.

As an example, I have a frame page (index.htm) in Realm 1 that points to two pages in Realm 2 (page2.htm and page3.htm).

Realm 1 is set up for “user1” “pass1” and realm 2 is set up with “user2” “pass2”.

user1 is set to have “…HTTP_R1” access, user2 to have “…HTTP_R1 | …HTTP_R2” access.

When first loading index.htm I am challenged for user login to Realm 1. After this I am then challenged for login to Realm 2 to load page2.htm and then challenged again to load page3.htm.

When the project was on NET+OS 6.0, logging in once to Realm2 with user2 details opened up page3.htm without the need to login again.

Has anyone else has similar problems and knows of a fix?
Cheers.

Hi Matt,
We have faced a problem similar to this in Net+OS6.1 itself.

> I’ve just moved to 7.3 from 6.0f and I’m having
> trouble with being constantly challenged for username
> and password.
>
> As an example, I have a frame page (index.htm) in
> Realm 1 that points to two pages in Realm 2
> (page2.htm and page3.htm).
>
> Realm 1 is set up for “user1” “pass1” and realm 2 is
> set up with “user2” “pass2”.
>
> user1 is set to have “…HTTP_R1” access, user2 to
> have “…HTTP_R1 | …HTTP_R2” access.
>
> When first loading index.htm I am challenged for user
> login to Realm 1. After this I am then challenged
> for login to Realm 2 to load page2.htm and then
> challenged again to load page3.htm.
>
> When the project was on NET+OS 6.0, logging in once
> to Realm2 with user2 details opened up page3.htm
> without the need to login again.
>
> Has anyone else has similar problems and knows of a
> fix?
> Cheers.

Make sure, the initial pages should posses access from low to high level and the later pages with only higher access levels also.

You know that, Realm1 will have access with user1 and pass1
Realm2 will have access with user2 and pass2

So Realm1 will be HTTP_R1 only
and Realm2 will be HTTP_R2 only but not “HTTP_R1|HTTP_R2”.

So access assignment for index.htm should be with “realm1|realm2” and for “page2.htm and page3.htm” access assignment should have “realm2” which is higher.

With above assignment you can access both by logging in with user2 and pass2.And if you login with user1 and pass1, it will let u access only index.htm.