
May 15th, 2000, 05:48 PM
|
|
Apprentice Deity
|
|
Join Date: Jul 1999
Location: Niagara Falls (On the wrong side of the gorge)
Posts: 3,237

Time spent in forums: 4 m 8 sec
Reputation Power: 17
|
|
|
I rolled my own session management in the days before PHP4 and probably still will since I'm comfortable with it.
Worth it depends on what you are doing. If you need it, you need it; if you don't. you don't.
At this point you can only pass object properties thru serialization, not methods.
You cannot pass a database result id, because the memory that the result index points to is owned by the process that performed the query, which dies when the script exits.
|