pete M escribi�:
I'm trying to figure out out to put a directive in .htaccess to make the session timeout in 4 hours ..
tried php_flag session.cookie_lifetime 240
and a few others
can someone help !
tia
Try ini_set("session.gc_maxlifetime","2400");-- Mario de Frutos Dieguez
Divisi�n de Ingenier�a del Software
y Comunicaciones
CARTIF -Parque Tecnol�gico Boecillo
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

