Re: [PHP] Re: HTML Frames and PHP Sessions

2004-09-21 Thread Nick Patsaros
I think I figured it out. I was calling the session_start() in the frames window instead of in each individual frame. Silly mistake, thanks for the help. --Nick On Tue, 21 Sep 2004 13:45:08 +0200, Thomas Seifert <[EMAIL PROTECTED]> wrote: > > > On Tue, 21 Sep 2004 04:02:47 -0400, Nick Patsar

[PHP] Re: HTML Frames and PHP Sessions

2004-09-21 Thread Thomas Seifert
On Tue, 21 Sep 2004 04:02:47 -0400, Nick Patsaros wrote: > Are PHP sessions compatible with frames in HTML? I'm trying to pass a > user name through a session and my individual frames aren't receiving > the variable. It worked prior to migrating to frames so I don't think > it's my PHP that is t