View Single Post
  #3  
Old 10-05-2009, 05:01 PM
pipesportugal's Avatar
pipesportugal pipesportugal is offline
Second Lieutenant
 
Join Date: Jul 2007
Location: Oporto - Portugal
Posts: 126
Default Re: increase (override) session time

Hi,

I have just tried to use the following instruction:
PHP Code:
 <?php 
ini_set
('session.gc_maxlifetime'28800); 
?>
This would set maxlifetime to 4 hours, overwriting php.ini’s value.
It did not work for me, because as I am using a shared server I supose that am not allowed to customize this parameter for my use.

Thank You Karen,
pipesportugal
Reply With Quote