Date: 07/09/01
- Next message: Björn Schotte: "Re: [phplib] session management..."
- Previous message: Almond Wong: "[phplib] Newbie - sample program for a master/slave entry."
- Next in thread: Björn Schotte: "Re: [phplib] session management..."
- Reply: Björn Schotte: "Re: [phplib] session management..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Björn Schotte: "Re: [phplib] session management..."
- Previous message: Almond Wong: "[phplib] Newbie - sample program for a master/slave entry."
- Next in thread: Björn Schotte: "Re: [phplib] session management..."
- Reply: Björn Schotte: "Re: [phplib] session management..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

