lostdog
11-30-2007, 08:01 PM
I am running into an error during self install PHP Link Directory v3.2.0
Session Save Path writable? Warning: session.save_path () is not set.
This is what I see on my PhP configurations page:
where N is an integer. Instead of storing all the session files in /path, what this will do is use subdirectories N-levels deep, and store the session data in those directories. This is useful if you or your OS have problems with lots of files in one directory, and is a more efficient layout for servers that handle lots of sessions. NOTE 1: PHP will not create this directory structure automatically. You can use the script in the ext/session dir for that purpose. NOTE 2: See the section on garbage collection below if you choose to use subdirectories for session storage.
Any advice on how to fix this?
Thanks
Session Save Path writable? Warning: session.save_path () is not set.
This is what I see on my PhP configurations page:
where N is an integer. Instead of storing all the session files in /path, what this will do is use subdirectories N-levels deep, and store the session data in those directories. This is useful if you or your OS have problems with lots of files in one directory, and is a more efficient layout for servers that handle lots of sessions. NOTE 1: PHP will not create this directory structure automatically. You can use the script in the ext/session dir for that purpose. NOTE 2: See the section on garbage collection below if you choose to use subdirectories for session storage.
Any advice on how to fix this?
Thanks