Edit report at http://bugs.php.net/bug.php?id=40443&edit=1

 ID:               40443
 Comment by:       dagoemanu at msn dot com
 Reported by:      lawatia_mhm at yahoo dot com
 Summary:          session_start problem
 Status:           Bogus
 Type:             Bug
 Package:          Safe Mode/open_basedir
 Operating System: CentOS
 PHP Version:      5.2.1

 New Comment:

Put the line

php_value session.save_path /home/username/tmp

in the .htaccess file.


Previous Comments:
------------------------------------------------------------------------
[2007-02-13 09:12:16] bj...@php.net

I am sorry, but this is not a support forum.

We simply don't have the time nor the man power to answer 

all questions that can come up.



Please have a look at http://php.net/support for more 

appropriate places to ask.

------------------------------------------------------------------------
[2007-02-13 07:43:48] lawatia_mhm at yahoo dot com

Hello dear ..

any body here ?? ..



3 sites on the server can't do anything because of this problem :( ..

------------------------------------------------------------------------
[2007-02-12 19:06:54] lawatia_mhm at yahoo dot com

Anybody here dear ?

------------------------------------------------------------------------
[2007-02-12 10:25:21] lawatia_mhm at yahoo dot com

Dear you said :

Set appropriate session.save_path.



Can you tell me to what do I have to write dear :

; As of PHP 4.0.1, you can define the path as:

; 

;     session.save_path = "N;/path"       

;

; 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

; 

; The file storage module creates files using mode 600 by default.

; You can change that by using

;

;     session.save_path = "N;MODE;/path"

; 

; where MODE is the octal representation of the mode. Note that this

; does not overwrite the process's umask.

;session.save_path = "/tmp"

------------------------------------------------------------------------
[2007-02-12 10:03:15] tony2...@php.net

>The script whose uid is 32025 is not allowed to access

>owned by uid 0 in

Set appropriate session.save_path.

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    http://bugs.php.net/bug.php?id=40443


-- 
Edit this bug report at http://bugs.php.net/bug.php?id=40443&edit=1

Reply via email to