Re: Open Session Variables [message #171206 is a reply to message #171203] |
Wed, 29 December 2010 14:42 |
Captain Paralytic
Messages: 204 Registered: September 2010
Karma:
|
Senior Member |
|
|
On Dec 29, 1:33 pm, Bill Braun <m...@privacy.net> wrote:
> Good Morning and Happy New Year,
>
> I am new to PHP coding. At the end of a series of scripts (the series
> being a function of a number of header and include calls)
I would not consider "header" calls to be part of a series of scripts.
> is there a way
> to know what session variables are still set?
print_r($_SESSION);
> I am running into an
> intermittent error "Warning: session_start() [function.session-start]:
> Node no longer exists in file.php on line X" and I suspect that I am
> failing to destroy or unset some session variables.
You have of course searched Google for this error, so I assume that
your problem is not that you are using SimpleXML which is the cause
suggested by the vast majority of the hits?
|
|
|