Hi
I have a site and its principal page contains frames. The left frame
shows the menu and the right the contents.
I require authentication on the menu page like this
page_open(array ("sess" => "SystemSession", "auth" => "SystemAuth",
"perm" => "SystemPerm"));
But it shows the login page on that frame. Then I tried to put the
authentication on the frames page and now it works as I wanted, that
is, showing the login page on the whole browser page, but it still
asking me for login on the menu frame. How can I do to propagate the
authentication on the principal page to the menu page ??
Thanks in advance !
|