Uebimiau Session Timeout

jlpeifer

Verified User
Joined
Jun 6, 2006
Messages
107
Some of my clients use the Uebimiau web interface to send/receive email. One in particular (an 84 year old woman who's trying desparately to learn to send email, but who types at a snail's pace) get's timed-out after about 5-6 minutes. This is particularly frustrating to her... and I can't say I blame her.

How can I increase the number of minutes before a user's session is automatically ended?

Also, as a follow-up... assuming I can make a change like this, will the change remain after a DA program update?
 
Partial answer to own question...

Go to file...
/var/www/html/webmail/inc/config.security.php

And change...
########################################################################
# Session timeout for inactivity
########################################################################

$idle_timeout = 30; //minutes
Then go to file...
/var/www/html/webmail/inc/config.php

And change...
########################################################################
# Session timeout for inactivity
########################################################################
$idle_timeout = 30; //minutes
Then restart the HTTPD service...
DA Control Panel --> Admin Level --> Service Monitor --> (httpd) Restart

Seemed to work for me.
 
jlpeifer said:
Partial answer to own question...

Then restart the HTTPD service...
DA Control Panel --> Admin Level --> Service Monitor --> (httpd) Restart

Seemed to work for me.

Thanks,
but modify php script like this no need to restart Apache. :)
 
Back
Top