Re: [Phplib-users] PHPLIB User authentication!
Brought to you by:
nhruby,
richardarcher
From: Layne W. <la...@dr...> - 2005-07-01 00:33:47
|
> I using the PHPLIB Library to authenticate my user on my pages, but > I'm having problems, because on my page a create a frame, and thereis > the menu with links to others pages. the problems is that everytime > that a click on a link and open the page, appears the login screen. > What can I do to keep my user logged? is this happening because of > the frames? Yes, the frames are causing this. If I recall correctly, the way to prevent this is to only use the page_close() function in one of the frames and none of the others - you'll need to use page_open() in all the pages to get your session and auth info. --=20 Layne Weathers |