Skip to content
Snippets Groups Projects
Commit fb681685 authored by Andjelko Horvat's avatar Andjelko Horvat
Browse files

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
parent 834a72cc
No related branches found
No related tags found
No related merge requests found
...@@ -172,7 +172,7 @@ $config = array ( ...@@ -172,7 +172,7 @@ $config = array (
/* /*
* Option to override the default settings for the session cookie name * 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. * Expiration time for the session cookie, in seconds.
...@@ -236,7 +236,7 @@ $config = array ( ...@@ -236,7 +236,7 @@ $config = array (
/* /*
* Option to override the default settings for the auth token cookie * 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 * Languages available, RTL languages, and what language is default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment