From f0c5b3b756f5c76662e941dfc7cfe1060171d706 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Fri, 31 Dec 2010 14:12:18 -0500 Subject: [PATCH] more session stuff --- .gitignore | 1 + docroot/html/sessions.php | 56 +++++++++++++++++++++++++++++++++++++++ docroot/php.ini.in | 2 +- 3 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 docroot/html/sessions.php diff --git a/.gitignore b/.gitignore index 166bdbc..2116b6c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ docroot/nginx.conf docroot/html/writable/*.* docroot/php.ini +docroot/session.save_path/sess_* diff --git a/docroot/html/sessions.php b/docroot/html/sessions.php new file mode 100644 index 0000000..901b945 --- /dev/null +++ b/docroot/html/sessions.php @@ -0,0 +1,56 @@ + + + + + + +

Successfully destroyed session

+ clear this + +
+ + +
+ + + +
+ + +
+ + + + diff --git a/docroot/php.ini.in b/docroot/php.ini.in index 57349e9..1cb68dc 100644 --- a/docroot/php.ini.in +++ b/docroot/php.ini.in @@ -765,7 +765,7 @@ auto_append_file = ; ; PHP's built-in default is text/html ; http://php.net/default-mimetype -default_mimetype = "text/plain" +default_mimetype = "text/html" ; PHP's default character set is set to empty. ; http://php.net/default-charset