Re: [PHP] Why Session can't be timed out!

2006-03-12 Thread Curt Zirzow
On Sat, Mar 11, 2006 at 09:44:01PM +0800, wrote: > Excuse me,when i develop programe php in linux FC3 , i want the life time > of the session to be 20 minutes ,i do the follow things in the php.ini file What version of PHP are we talking about with FC3? > 1.change session.gc_maxlifetime = 1200

[PHP] Why Session can't be timed out!

2006-03-11 Thread 王 振江
Excuse me,when i develop programe php in linux FC3 , i want the life time of the session to be 20 minutes ,i do the follow things in the php.ini file 1.change session.gc_maxlifetime = 1200 2.change session.gc_probability = 100 3.change session.use_cookies = 0 4. restart the apache server and it d