Hey,
Make sure its right on top of the page....just at the start of your <?php
before even calling a include or require etc

HTH.

-Ryan

On 1/20/2004 7:44:31 PM, [EMAIL PROTECTED] wrote:
> Yeah..., I tried that.
> 
> I got back an error that read;
> Warning: session_start(): Cannot send session cookie - headers already
> sent
> by....
> Warning: session_start(): Cannot send session cache limiter - headers
> already sent.....
> 
> 
> 
> 
> > -----Original Message-----
> > From: Aaron Wolski [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, January 20, 2004 12:31 PM
> > To: 'Alex Hogan'; 'PHP General list'
> > Subject: RE: [PHP] $_SESSION
> >
> > You need to call session_start() on each page.
> >
> > > -----Original Message-----
> > > From: Alex Hogan [mailto:[EMAIL PROTECTED]
> > > Sent: January 20, 2004 1:29 PM
> > > To: PHP General list
> > > Subject: [PHP] $_SESSION
> > >
> > > I've got a question that I'm sure has a simple answer.
> > >
> > >
> > >
> > > Why
> aren't my session objects transferring across more than one page?
> > >
> > >
> > >
> > > I'm
> calling a session object that was set in the page prior;
> > >
> > > $_SESSION['mysessionvar'] = $_REQUEST['mytxtobj'];
> > >
> > >
> > >
> > > I then assign a variable that value;
> >

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

Reply via email to