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 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 the problem.  Is there a target function somehow
> > or some way to pass it down from the _top frame to an individual frame
> > or frames?
> >
> > Any help is appreciated and I offer thanks in advance.
> 
> probably you are loading the other frames *before* the given frame sets
> the username.
> 
> 
> thomas
> 
> 
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to