Re: [Phplib-users] Session/Auth Problem
Brought to you by:
nhruby,
richardarcher
From: Marko K. <M.K...@os...> - 2002-10-10 07:21:01
|
> That can work if you never write the session variables back out at the > end of that page. I do work with frames and sessions and never had severe problems. Maybe it's sometimes a bit tricky to update frames... But this can be solved by redirects, at least I see no other way. The main thing, as you say, is to have only in ONE frame the page_close() call, otherwise there will be problems. If many frames use page_open() it's okay! So you don't need to forget about frames at all if you mind this! Marko |