Re: Open Session Variables [message #171268 is a reply to message #171259] |
Wed, 29 December 2010 22:56 |
Thomas 'PointedEars'
Messages: 701 Registered: October 2010
Karma:
|
Senior Member |
|
|
Denis McMahon wrote:
> However, the real problem seems to be that you are storing raw simpleXML
> objects in the $_SESSION array, when you should cast those objects to eg
^^^^^^^^^^^^^^^^^^^^^
> string before storing them, and it would be better to fix that problem.
^^^^^^
Perhaps you meant to serialize() them instead?
PointedEars
--
realism: HTML 4.01 Strict
evangelism: XHTML 1.0 Strict
madness: XHTML 1.1 as application/xhtml+xml
-- Bjoern Hoehrmann
|
|
|