Writing data to sessions doesn't work

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Nezzar
Forum Newbie
Posts: 4
Joined: Thu Jul 04, 2002 12:54 pm
Location: Germany
Contact:

Writing data to sessions doesn't work

Post by Nezzar »

This problem came out of a sudden. Two days ago my testing-environ was OK. Then, suddenly, I got this error message:
Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (f:/php/tmp) in Unknown on line 0
The directory does exist and the HD isn't full. I'm using PHP 4.2.1 running as a module in a WAMP-Environment.
JH2000
Forum Newbie
Posts: 3
Joined: Thu Jul 04, 2002 12:42 pm
Location: Kiel Germany

Post by JH2000 »

Do you uploaded the side or it is on an test-server?
(f:/php/tmp) <--is that on your drive??
Nezzar
Forum Newbie
Posts: 4
Joined: Thu Jul 04, 2002 12:54 pm
Location: Germany
Contact:

Post by Nezzar »

No, it is on my Test-Server. And yes, the directory does exist.
Post Reply