bug #1411996 warning on session autostart enabled

This commit is contained in:
Marc Delisle
2006-02-10 14:13:35 +00:00
parent dcfec7c4df
commit ca09714505
2 changed files with 10 additions and 1 deletions

4
.htaccess Normal file
View File

@@ -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

View File

@@ -5,7 +5,12 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2006-02-05 Sebastian Mendel <cybot_tm@users.sourceforge.net> 2006-02-10 Marc Delisle <lem9@users.sourceforge.net>
* .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 <cybot_tm@users.sourceforge.net>
* libararies/session.inc.php: * libararies/session.inc.php:
stop execution and ommit warning on session.auto_start enabled stop execution and ommit warning on session.auto_start enabled