[Phplib-users] Securing Frames
by Eduardo Andrés Alfonso Sierra other posts by this author
Mar 15 2005 8:28AM messages near this date
Re: [Phplib-users] Logged user on an unsecured page
|
[Phplib-users] session.bug_compat_42 Warning
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 !
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Phplib-users mailing list
Phplib-users@[...].net
https://lists.sourceforge.net/lists/listinfo/phplib-users
|