Open Session Variables [message #171203] |
Wed, 29 December 2010 13:33 |
me
Messages: 192 Registered: September 2010
Karma:
|
Senior Member |
|
|
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) is there a way
to know what session variables are still set? 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.
I think I have the variables properly destroy()'d and/or unset() but the
error make me suspicious I've overlooked something.
Thank you,
Bill B
|
|
|