Hello
I am proven the example that comes in the manual from php for the sessions, but not with himself that work to me, always it gives the same error me:
Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (c:\tmp) in Unknown on line 0
my php.ini:
[Session]
session.save_handler = files
session.save_path = c:\tmp
and the directory c:\tmp exists.
somebody can help me ?, my system this made up of php 4.0.2 and apache 1.3.12 in Windows millenium.
Thanks for advanced.