--- Al <[EMAIL PROTECTED]> wrote:
> Everything works fine, except when I include another script file that 
> also uses the $_SESSION buffer.
> 
> What appears to be happening is that start_session() on the second 
> script reinitializes the session buffer and I lose the data from the 
> first session.

Yes, as it should. You need to only start the session once.

Hope that helps.

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security Handbook
     Coming mid-2004
HTTP Developer's Handbook
     http://httphandbook.org/

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

Reply via email to