Re: [PHP-DB] Re: My $_SESSION['''] variables are expiring!

2005-10-29 Thread graeme_foster
I think that you want to use ini_set() along with session.gc_maxlifetime. graeme. Ron Piggott wrote: The tech support which hosts my web site e-mailed me that the php.ini file has $_SESSION[''] variables set for 19 minutes. It is a server wide variable which they do not want to change their s

Re: [PHP-DB] Re: My $_SESSION['''] variables are expiring!

2005-10-29 Thread Ron Piggott
session_regenerate_id works. Ron On Sat, 2005-29-10 at 16:23 -0500, Jackson wrote: > To my knowledge, transfering the contents of the registered variables > to an unregistered variable and then unregistering the registered > variable and re-registering it would work, but seems a little > painstaki

RE: [PHP-DB] Re: My $_SESSION['''] variables are expiring!

2005-10-29 Thread Ron Piggott
The tech support which hosts my web site e-mailed me that the php.ini file has $_SESSION[''] variables set for 19 minutes. It is a server wide variable which they do not want to change their system setting for. Do any of you know if there is a setting that may be modified for just my web site? M