<< Back
Message for this thread
Posted by Messages text
Gallegos Joseph

Avatar
Total post : 44
> Profile
Written on : 28/09/2009 17:58 ( more than one month )
Object : Time Out Problem
I have latest version of Docebo.  When I log in to create courses and to do work on things such as create users, etc., docebo times out in about 5 minutes.  Have checked the time on server and all is well.  Where do I change the session time on docebo so it will not time out so fast!!
Message modified by : drgallegos on : 28/09/2009 17:58
 
Derks Giovanni

Avatar
Total post : 1861
> Profile
Written on : 29/09/2009 11:33 ( more than one month )
Object : Re: Time Out Problem
hello,
you can try to specify a different path to save you session, using this command:

ini_set("session.save_path","/web/htdocs/mypath/home/tmp/"); 

(you can place this line in your main config.php file)

bye,
Giovanni. 

Docebo Staff
 - Docebo 4 released! -

 
Gallegos Joseph

Avatar
Total post : 44
> Profile
Written on : 30/09/2009 20:36 ( more than one month )
Object : Re: Time Out Problem
I looked in the config file for that line, I cannot find it.  Is it the config file in docebo/config.php or is it in the core folder?

I found this in the index.php file:

//cookie lifetime
session_set_cookie_params( 0 );
//session lifetime ( max inactivity time )
ini_set('session.gc_maxlifetime', $GLOBALS['lms']['ttlSession']);



What do I do??

Message modified by : drgallegos on : 01/10/2009 18:43
 
Derks Giovanni

Avatar
Total post : 1861
> Profile
Written on : 02/10/2009 10:38 ( more than one month )
Object : Re: Time Out Problem

hello,
sorry.. I've forgot to specify it; you have to add  that line to the main config.php file, changing the "/web/htdocs/mypath/home/tmp/" path to a folder of your choice.

bye,
Giovanni. 

Docebo Staff
 - Docebo 4 released! -

 
<< Back