Re: [SM-USERS] question about php session permissions

2002-12-27 Thread Thijs Kinkhorst
> Question: does the apache user need execution privileges? by using my > permission set (700), am I risking a security breach? Giving the folder execution permissions for apache means that apache can get the directory listing for that folder. Apparently this is neccessary for PHP to function cor

[SM-USERS] question about php session permissions

2002-12-26 Thread Erwin Zavala
The install file says: Edit the php.ini file and make sure session.use_cookies is 1. Also be sure to change the session.save_path to someplace that can only be read and written to by the webserver. session.save_path is the location that PHP's session data will be written to. I created a fol