php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26496 session creates new empty file
Submitted: 2003-12-01 22:07 UTC Modified: 2003-12-02 00:50 UTC
From: xingg_wu at yahoo dot com dot cn Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.3.3 OS: reahat linux 9
Private report: No CVE-ID: None
 [2003-12-01 22:07 UTC] xingg_wu at yahoo dot com dot cn
Description:
------------
Hello:
     I am poor in enlish!
     The session sometime works well,sometime works badly!
It creates new empty file in /tmp.I also find this problem
with apache1.3.12&php4.1.1&sybase11.9.2&linux
My php.in file config:
   session.sav_path=/tmp
   session.sav_handler=files
   session.use_cookies=1
   session.name=PHPSESSID
   session.auto_start=0
   session.cookie_path=/
   session.cookie_domin=
   session.gc_maxlifetime=1440
   ....
my server config:
   php4.3.3
   httpd2.0.44
   linux 9
   sybase-11.9.2
tar-vzxf php-4.3.3.tar.gz
./configure ?Cwith-apxs2=/home/apache/bin/apxs ?Cwith-sybase-ct=/opt/Sybase-11.9.2 ?Cenable-ftp ?Cenable-track-vars ?Cdisable-cli
make
make install
cp php.ini-dist /usr/local/lib/php.ini

   


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-12-02 00:50 UTC] sniper@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

This is perfectly normal..

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 16 09:01:33 2025 UTC