Session configuratin with W2K and Apache

Oleg Butuzov

New member
php.ini

session.save_path = C:\internet\localhost\sessiondata ; argument passed to save_handler

C:\internet\localhost\ - this is my web server parth...
 
rhkor said:
Good evening

I tryed to work with Sessions, but it woud not work on my Computer.
I have a W2K Computer with Apache 1.3.20.
Then Errormassages is the following:
Warning: open(\tmp\sess_17d4a27a15991353a273c9502f4d6378, O_RDWR) failed: m (2) in i:\homepages\sockenwelt.ch\eshop\index.php4 on line 12

Line 12 is where I want to register the session.
if I put the code on the Webspace then it works.

What do I have to configure that it works also an my Computer

Thanks for all help

RHkor
Try set correct path to php.ini for session temporary dir
 
Back
Top