10-02-2008, 03:49 AM
|
#2 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
|
Its possible to serialize object instances and store them in session variables, you just have to remember to include the class declaring before the session_start() call, else deserialized instances will become an instance of __PHP_Incomplete_Class.
__________________
|
|
|