From 8d2963a4bf916d047cb0aebd825588a5e20b838f Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Thu, 15 Aug 2013 14:12:25 -0400
Subject: [PATCH] Make session auth cookie name configurable

---
 config/defaults.inc.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/config/defaults.inc.php b/config/defaults.inc.php
index eedb816..f48827e 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -294,6 +294,9 @@
 // Session name. Default: 'roundcube_sessid'
 $config['session_name'] = null;
 
+// Session authentication cookie name. Default: 'roundcube_sessauth'
+$config['session_auth_name'] = null;
+
 // Session path. Defaults to PHP session.cookie_path setting.
 $config['session_path'] = null;
 

--
Gitblit v1.9.1