NYCPHP Meetup

NYPHP.org

[nycphp-talk] Failure to write session data

Tim Gales tgales at tgaconnect.com
Wed Nov 19 09:10:43 EST 2003


Jeff Siegel wrote:
> "ERROR NUMBER: 2
> ERR DETAILS: Failed to write session data (files). Please 
> verify that the current setting of session.save_path is 
> correct (/tmp)"
>
I noticed in the manual under
session_write_close()
it says: "Session data is usually stored after your script terminated
without the need to call session_write_close(), but as session data is
locked to prevent concurrent writes only one script may operate on a
session at any time".

If it is safe to assume that your are not using framesets -- i.e. the
above does not apply,
I would consider other errors that might occur -- i.e. it might be that
the version of PHP you are running is mis-reporting the error as a file
write error ( this thought has probably more than likely occurred to you
but I throw it out just in case).

Sorry I can't be of any more 'real' help.

T. Gales & Associates
'Helping People Connect with Technology'

http://www.tgaconnect.com


> 




More information about the talk mailing list