SEESION not expire Please Helps
Posted: Thu May 04, 2006 7:46 am
Hello all, ( I did on other forums without success)
I changed configuration php.in with
session.cache_expire = 2
(for 2 minutes)
then create
session_start() ;
$_SESSION['gone'] = "OK-OK-OK" ; After about 10 minutes, I reactive the page , it does not expired and still have
$_SESSION['gone'] = "OK-OK-OK" ;
Why ??? Please helps
Many thanks
Philo
I changed configuration php.in with
session.cache_expire = 2
(for 2 minutes)
then create
session_start() ;
$_SESSION['gone'] = "OK-OK-OK" ; After about 10 minutes, I reactive the page , it does not expired and still have
$_SESSION['gone'] = "OK-OK-OK" ;
Why ??? Please helps
Many thanks
Philo