Possible Duplicate:
PHP sessions timing out to quickly
In my .htaccess file I have set
php_value session.gc_maxlifetime 14400
i.e. for 4 hours
if I verify using echo ini_get('session.gc_maxlifetime');
I get 14400. But still my session expires in, say, less than 2 hours.
What do you think is going wrong here? any help appreciated. Thanks