Hi I am getting this error and I have no idea why: \"Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0\" I double checked my /etc/php.ini for fun: session.save_path = /tmp Then I check my hard drive just in case: bash-2.04# df -h /tmp/ Filesystem Size Used Avail Use% Mounted on /dev/hda7 26G 877M 23G 4% /web The I used: session_save_path(/home/me/public_html); inside my script and Just got the same error with a different directory. Does anyone have any ideas. Thanks so much for your help! wade
Sorry about the post:
if ($sess) session_id($ses)
It really helps to have another "s" otherwise it has no idea what file to write to. And the roller coaster is going back up again. cheers; wade