session_start(); seems to give me this error on random.
PHP 5.0.1
Apache 2.0.51
Debian Build 2.6.8-1-686-smp
session.save_path = /tmp (permissions look fine)
Warning: session_start() [function.session-start]: Node no longer exists in (file path) on line (line with session_start()
This error does not happen predictably. Clearing out the sessions, cookies, etc. does not help. I have searched google for this error to no avail. It does not occur on specific pages (they all include the same header).
I don't think it's a problem with finding the file.
Any ideas? Any more information that you need?