[phplib] session management... From: Christopher J. Bobcowski (chb <email protected>)
Date: 07/09/01

Hi... I'm using the php4 session wrapper files, but i don't think that it's
relevant for this question.

I want a few pages to share session variables and objects. should they
(somehow) share the same session id by passing it along, or should i be
serializing the objects and storing them in files (like the "Serializing
objects..." explanation on php.net)? I'm just a bit confused since phplib
requires a page_open at the top of every page, so i assume that a new
session id is created for each page? i suppose i could do the hidden field
method since it seems to have some pretty devoted fans, but is there any
size limitation to that method?

thanks,
<? chris ?>

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