瀏覽代碼

Setting Roundcube session timeout to 1 hour.

Default is 10 minutes.
merge-requests/1/merge
Christoph Haas 10 年之前
父節點
當前提交
741696a38d
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      roles/ispmail-webmail/templates/roundcube-config.inc.php.j2

+ 4
- 0
roles/ispmail-webmail/templates/roundcube-config.inc.php.j2 查看文件

@@ -80,3 +80,7 @@ $config['plugins'] = array(

// skin name: folder from skins/
$config['skin'] = 'larry';

// Session lifetime in minutes
$config['session_lifetime'] = 60;


Loading…
取消
儲存