Posted by Chuck Anderson on 06/22/07 04:17
cbtguy_2000 wrote:
> I am having trouble passing $_SESSION variables such as
> $_SESSION['username'] from a non-frame logon page to pages in a frame-set.
>
> For some reason the values disappear.
>
> Does it consider a frame-set a new session?
>
> Is there a PHP setting that handles this in php.ini?
>
> I can get it to work on my Ubuntu setup at home, but it does not work at the
> system at my job.
>
> Thank you for your help in this matter and helping me learn.
>
> Chris
>
Check this note at php.net:
<http://us.php.net/manual/en/ref.session.php#64525>
It may give you some insight ... and possibly a solution.
--
*****************************
Chuck Anderson • Boulder, CO
http://www.CycleTourist.com
*****************************
[Back to original message]
|