On Tue, 18 Mar 2003, David Tice wrote: > Is there a setting that sets the amount of time the user will stay logged > in? If so, where is it, > > TIA > > David Tice > System Administrator This is set in your php4.ini file as session.gc_maxlifetime, or (more poorly) by setting $conf['session_timeout'] in your horde/config/horde.php file. Andy