Webmail Timeout

mallaire

Verified User
Joined
Jul 5, 2003
Messages
28
Location
Montreal, Canada
When I'm logged into webmail and I'm typing a message and I click on Send, I get the login screen... is this a timeout problem?

If yes, can someone help me on how (and where exactly) I can change these settings?

And I suggest to change the default setting to 15-20 minutes.

Thanks for your help! :)
 
Hello,

edit:
/var/www/html/webmail/inc/config.php

and set
Code:
########################################################################
# Session timeout for inactivity
########################################################################

$idle_timeout = 10; //minutes
to whatever value you need.

John
 
Back
Top