Re: [phplib] session management... From: Björn Schotte (bjoern <email protected>)
Date: 07/09/01

* Christopher J. Bobcowski wrote:
> requires a page_open at the top of every page, so i assume that a new
> session id is created for each page?

No. page_open() call initialises session object. The session object
itself shows if there's a session ID (brought either by cookie or
by parameter in the URL). If yes, it uses this session id, makes
some lookups (is session valid etc.) and loads the session data into
the system space.

If there's no session ID or session ID is invalid, a new session
ID will be created.

HTH,

-- 
PHP Schulungen und                        | International PHP Conference
Schulungsmaterial:                        |             05. - 07.11.2001
http://thinkphp.de/                       |      Astron Hotel, Frankfurt
http://rent-a-phpwizard.de/schulungen.php |  http://www.php-kongress.de/

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>