From 4e706c3aa0691df6a5e398b7303fa6b8a808383f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 19 May 2011 10:07:12 +0200 Subject: [PATCH] Document that naming sigon session phpMyAdmin is not a good idea --- Documentation.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation.html b/Documentation.html index cee6a4211e..5b3da22006 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1280,6 +1280,8 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE
$cfg['Servers'][$i]['SignonSession'] string
Name of session which will be used for signon authentication method. + You should use something different than phpMyAdmin, because + this is session which phpMyAdmin uses internally.
$cfg['Servers'][$i]['SignonURL'] string
URL where user will be redirected to log in for signon authentication method. Should be absolute including protocol.