session_save_path
Posted: Tue Dec 17, 2002 2:48 pm
I have a problem on a windows 2000 iis5 php installation.
I have to set the session_save_path for each page. For some reason it is not reading the ini correctly. I have the same path in the ini and hard coded in the page. the hard coded on works.
works
ini in the winnt directory (only ini for php)
any ideas
I have to set the session_save_path for each page. For some reason it is not reading the ini correctly. I have the same path in the ini and hard coded in the page. the hard coded on works.
works
Code: Select all
session_save_path("d:/Webroot/SessionData");
echo session_save_path();Code: Select all
; variable in order to use PHP's session functions.
session.save_path = D:/Webroot/SessionData