> do we have to use in each page using the data of a session the
> session-start()?
> cause in the manual it says that session_start -- Initialize session data
> and session_start() creates a session ?!
> thanks

You want session_start() at the top of every page that uses session data.

It initializes session data to the existing values, and creates a (logical)
session for you to work with.  It doesn't wipe out your session and make a
new one, which is how I think you read it.

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to