Page 1 of 1

Warning: Failed to write session data (files). Please verify

Posted: Thu Feb 20, 2003 3:34 pm
by kendall
WHAT THE HELL DOES THIS MEAN?

guys im was just trying to
do a session_id() when this thing just keeps happening

i wanted to create a temp session so as to keep track of a visitors shoppiing cart

i created the session_id and stored it as a basket it in a datbase

untill the end of completing a form

it was working fine when i was doing some test but damn

now all i get is this

dont even no wat line 0 is

it seems like a host errror but i ad least want to find out what it is and what caused it all sudden

Kendall :(

Posted: Thu Feb 20, 2003 3:47 pm
by daven
What do you get? Error, code snippet, etc., would be useful.

Posted: Thu Feb 20, 2003 5:38 pm
by volka
Probably session.save_path is set to an invalid or unaccessible directory.

Code: Select all

<?php phpinfo(); ?>
will tell you