PDA

View Full Version : Uebimiau Session Timeout


jlpeifer
07-11-2006, 10:33 AM
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?

jlpeifer
07-11-2006, 01:33 PM
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.

kke
07-12-2006, 09:46 AM
Originally posted by jlpeifer
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. :)