Fred schrieb:
"Warning: session_start() [function.session-start]: Node no longer exists in"
the call to session_start() on my page.
From what I've gathered, this is some bug which arises when SimpleXMLElement
is used along with a session.
I had that same problem a while ago. I remember having read that a
SimpleXMLElement object is actually more like a resource, which cannot
be stored in a session. The only solution seems to be to copy all
relevant data to a "normal" object or array. Or store any modifications
to the XML source in the XML file.
Greetings,
Thomas
--
Ce n'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison!
(Coluche)