From 70d380e83d59aebe44a721712d200a09b8d3753c Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Tue, 31 Jan 2017 20:48:48 -0500 Subject: [PATCH] Update documentation link for PHP site (was a redirect) Signed-off-by: Isaac Bennetch --- doc/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/config.rst b/doc/config.rst index ad72a8192b..b8b45a70e7 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1359,7 +1359,7 @@ Server connection settings An associative array of session cookie parameters of other authentication system. It is not needed if the other system doesn't use session_set_cookie_params(). Keys should include 'lifetime', 'path', 'domain', 'secure' or 'httponly'. - Valid values are mentioned in `session_get_cookie_params `_, they should be set to same values as the other application uses. Takes effect only if :config:option:`$cfg['Servers'][$i]['SignonScript']` is not configured.