Welcome Guest, Not a member yet? Register   Sign In
Storing standard object in session
#4

[eluser]Colin Williams[/eluser]
Have you tried to serialize() the object outside of the session class?

Code:
print_r(unserialize(serialize($this->item)));


Messages In This Thread
Storing standard object in session - by El Forum - 01-24-2010, 10:14 PM
Storing standard object in session - by El Forum - 01-24-2010, 10:25 PM
Storing standard object in session - by El Forum - 01-24-2010, 10:46 PM
Storing standard object in session - by El Forum - 01-24-2010, 11:00 PM
Storing standard object in session - by El Forum - 01-24-2010, 11:19 PM
Storing standard object in session - by El Forum - 01-24-2010, 11:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB