[Vtigercrm-developers] how to extend session time in vtiger
Angelo Paglialonga
info at angelopaglialonga.com
Mon Apr 4 16:30:38 GMT 2022
Hi Ruben this could be a good solution, take a look in config_override.php, you’ll see this:
/**
* Configure runtime connectors to customization in core files.
* Ex: Sessions are currently handled by PHP default session handler.
* This can be customized using runtime connector hook and avoid core file modifications.
* array('session' => 'Vtiger_CustomSession_Handler')
*/
$runtime_connectors = array();
_______________
Angelo Paglialonga
Consulente per soluzioni CRM ad alto ROI.
Telefono: 3386077866
Skype: angelo.paglialonga
Web: https://www.angelopaglialonga.com
> Il giorno 4 apr 2022, alle ore 18:17, Rubén A. Estrada Orozco <rulotec1 at gmail.com> ha scritto:
>
> Hi everyone,
>
> This is not the first time a client has approached me complaining about vtiger logging them out of the system after some idle minutes. The scenario is more or less like this: they are working on a quote, then they get a phone call or sth else gets in their way. Then they go back to the quote but the system kicks them out and they have to start all over again.
>
> I imagine this might be related to the web server (apache) session config. Before digging into it I was hoping someone could give me some advice.
>
> Saludos
>
> Rubén
> _______________________________________________
> http://www.vtiger.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20220404/8151551b/attachment.html>
More information about the vtigercrm-developers
mailing list