Re: [Phplib-users] Securing Frames
Brought to you by:
nhruby,
richardarcher
From: Andreas I. <an...@sp...> - 2005-03-15 15:28:04
|
Hello Eduardo, there is a german article at:=20 http://go4xml.com/kurs/php/faq/faq-phplib.php#phplib-12 from kristian koehntopp (one of the authors of the "old" phplib) there he recommends to not page_close(), if the session_data doesn't get=20 changed. there is also an old thread at: http://www.phpbuilder.com/lists/phplib-list/2000102/0110.php http://www.phpbuilder.com/lists/phplib-list/2000062/0052.php with some thoughts to work around. but it seems so, that the best way is not to use frames. ;( HTH Andreas Eduardo Andr=E9s Alfonso Sierra schrieb: >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" =3D> "SystemSession", "auth" =3D> "SystemAuth", >"perm" =3D> "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=3D6595&alloc_id=3D14396&op=3Dclick >_______________________________________________ >Phplib-users mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phplib-users > > =20 > |