From ca09714505eae9dd5e2c1719b7af13b56cf56bfa Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 10 Feb 2006 14:13:35 +0000 Subject: [PATCH] bug #1411996 warning on session autostart enabled --- .htaccess | 4 ++++ ChangeLog | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 000000000..a82d55023 --- /dev/null +++ b/.htaccess @@ -0,0 +1,4 @@ +# At least on web servers supporting the .htaccess mecanism, +# we disable session.auto_start; on other servers, users will +# get a warning that they have to disable this setting +php_flag session.auto_start 0 diff --git a/ChangeLog b/ChangeLog index c4af9161d..3fe7b37bb 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,12 @@ phpMyAdmin - Changelog $Id$ $Source$ -2006-02-05 Sebastian Mendel +2006-02-10 Marc Delisle + * .htaccess added to main directory for bug #1411996; at least on + servers supporting .htaccess we can run even if session.auto_start + is enabled + +2006-02-09 Sebastian Mendel * libararies/session.inc.php: stop execution and ommit warning on session.auto_start enabled