Posted by Joel Wan on 10/26/05 02:35
hey steve, read what i wrote before you reply. I commented on the fact
that in PHP, sessions cannot store resources
From: http://ca3.php.net/session
Some types of data can not be serialized thus stored in sessions. It
includes resource variables or objects with circular references (i.e.
objects which passes a reference to itself to another object).
Then I suggested serialize the OBJECT, which in Luther's case isn't a
resource but a simple database object.
how about you wait for Luther to respond before you start an unecessary
discussion.
[Back to original message]
|