summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-02-18 18:44:33 +0000
committerDries Buytaert <dries@buytaert.net>2005-02-18 18:44:33 +0000
commit4f79fafb3c3d0139b0fc584f10074df8e5cb7cb2 (patch)
tree262c0bc1aadc045772ee906323009ad3152050d9 /.htaccess
parentd6b553c256badd421ebd187c18c854a5ef49b735 (diff)
downloadbrdo-4f79fafb3c3d0139b0fc584f10074df8e5cb7cb2.tar.gz
brdo-4f79fafb3c3d0139b0fc584f10074df8e5cb7cb2.tar.bz2
- Patch #17303 by tangent: moved the session settings into /sites/default/settings.php so that subsites can have better control over them. One of the advantages of the site specific settings.php file is that it will never get overwritten during upgrades and having these settings here should prove to be more friendly.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess7
1 files changed, 2 insertions, 5 deletions
diff --git a/.htaccess b/.htaccess
index 089d047b4..50d12789e 100644
--- a/.htaccess
+++ b/.htaccess
@@ -30,13 +30,10 @@ ErrorDocument 404 /index.php
php_value magic_quotes_runtime 0
php_value magic_quotes_sybase 0
php_value arg_separator.output "&amp;"
- php_value session.cache_expire 200000
- php_value session.gc_maxlifetime 200000
- php_value session.cookie_lifetime 2000000
php_value session.auto_start 0
- php_value session.save_handler user
- php_value session.cache_limiter none
php_value allow_call_time_pass_reference On
+ # Session and site-specific PHP settings are applied
+ # in /sites/default/settings.php
</IfModule>
# Various rewrite rules