ID: 25876
Comment by: d dot klee at artcrew dot de
Reported By: golden at riscom dot com
Status: Feedback
Bug Type: Session related
Operating System: freebsd 4.8
PHP Version: 4.3.9-4.3.10
Assigned To: sniper
New Comment:
Same issue on our freeBSD5.3 w/ PHP 4.3.9. We are storing sessions in a
mySQL-Database and just one page (which uses the same functions as the
other pages) produce this error.
>From the VirtualsHost:
php_value session.save_handler user
php_value session.save_path databasename
php_value session.name tablename
php_value session.gc_maxlifetime 7200
php_value session.gc_probability 100
php_value session.use_cookies 0
php_value session.use_trans_sid 0
Previous Comments:
------------------------------------------------------------------------
[2005-03-18 10:02:14] [EMAIL PROTECTED]
See bug #32330 for similar issue. Do you use session_destroy()
anywhere? Or session_decode()?
------------------------------------------------------------------------
[2005-03-03 21:26:59] reaper at fudo dot org
To follow up to myself:
my problem was that in php.ini i had:
session.save_handler = user
This is not the default. The default setting, that works for me, is:
session.save_handler = files
It was changed by a fellow admin, and i was unaware of this. Changing
the setting back to teh defualt allowed everything to work exactly as
it should.
------------------------------------------------------------------------
[2005-02-27 21:11:00] etamme at softhome dot net
I am running a FreeBSD 5.3 system and am having the same problem. I
checked my php.ini and session.use_trans_sid = 0 is already there.
This is a very important bug.. not having sessions renders nearly all
our scripts useless.
------------------------------------------------------------------------
[2005-02-19 23:34:41] daniel at mainframe dot ath dot cx
> Set "session.use_trans_sid = 0" in your php.ini. Problem
> solved!
This is not the case - My php.ini has _always_ had use_trans_sid
disabled, and yet I am still experiencing the problem
------------------------------------------------------------------------
[2005-02-19 00:46:18] friend at nowhere dot com
Set "session.use_trans_sid = 0" in your php.ini. Problem solved!
------------------------------------------------------------------------
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/25876
--
Edit this bug report at http://bugs.php.net/?id=25876&edit=1