Apr 9 at 2:49pm, Jason Giangrande wrote:
> Kelly Hallman wrote:
> > Try it without serializing, it works.
>
> After retesting, it seems you are correct. I guess the same bad
> __sleep() code that was causing the object not to unserialize at all was
> also preventing automatic serialization.
Fo
Kelly Hallman wrote:
Apr 9 at 11:12am, Jason Giangrande wrote:
You shouldn't serialize() objects prior to assign to a session variable.
The default session handler automatically serializes the data. Assigning a
serialized object value to a session just adds redundancy and overhead.
Actually, on
Apr 9 at 11:12am, Jason Giangrande wrote:
> > You shouldn't serialize() objects prior to assign to a session variable.
> > The default session handler automatically serializes the data. Assigning a
> > serialized object value to a session just adds redundancy and overhead.
>
> Actually, only if
Kelly Hallman wrote:
Apr 9 at 1:44am, Jason Giangrande wrote:
Jason Giangrande wrote:
I'm having a problem unserializing objects that are passed from page to
page with sessions. Registered globals is disabled so I am using the
$_SESSION array to store session variable
When I var_dump() $_SESS
Apr 9 at 1:44am, Jason Giangrande wrote:
> Jason Giangrande wrote:
> > I'm having a problem unserializing objects that are passed from page to
> > page with sessions. Registered globals is disabled so I am using the
> > $_SESSION array to store session variable
> >
> > When I var_dump() $_SESSI
Jason Giangrande wrote:
I'm having a problem unserializing objects that are passed from page to
page with sessions. Registered globals is disabled so I am using the
$_SESSION array to store session variable and am not using
session_register(). Here's what I'm doing.
On first page:
$auth = ne
6 matches
Mail list logo