|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-12-02 00:50 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 18 12:00:01 2025 UTC |
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