From fb681685964742144e02db33e845e22fc46bdebf Mon Sep 17 00:00:00 2001
From: Andjelko Horvat <comel@vingd.com>
Date: Tue, 20 Sep 2011 07:42:08 +0000
Subject: [PATCH] Default values for session.cookie.name and
 session.authtoken.cookiename (issue 437).

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2911 44740490-163a-0410-bde0-09ae8108e29a
---
 config-templates/config.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index e95e60ab7..e4fb7276c 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -172,7 +172,7 @@ $config = array (
 	/*
 	 * Option to override the default settings for the session cookie name
 	 */
-	'session.cookie.name' => NULL,
+	'session.cookie.name' => 'SimpleSAMLSessionID',
 
 	/*
 	 * Expiration time for the session cookie, in seconds.
@@ -236,7 +236,7 @@ $config = array (
 	/*
 	 * Option to override the default settings for the auth token cookie
 	 */
-	'session.authtoken.cookiename' => null,
+	'session.authtoken.cookiename' => 'SimpleSAMLAuthToken',
 
 	/*
 	 * Languages available, RTL languages, and what language is default
-- 
GitLab