Date: 07/09/01
- Next message: Lazaro Ferreira: "[phplib] off tipic: Help with Regular Expression"
- Previous message: Christopher J. Bobcowski: "[phplib] session management..."
- In reply to: Christopher J. Bobcowski: "[phplib] session management..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
* 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>
- Next message: Lazaro Ferreira: "[phplib] off tipic: Help with Regular Expression"
- Previous message: Christopher J. Bobcowski: "[phplib] session management..."
- In reply to: Christopher J. Bobcowski: "[phplib] session management..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

