|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-12-04 02:03 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 03:00:01 2025 UTC |
Description: ------------ Hello: I want your help! 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.ini is fault 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 Thanks a lot Reproduce code: --------------- login.php: $user_array=sybase_fetch_row($result); session_start(); session_register("user_array"); ... index.php: session_start(); $user_name=$user_array[1];