summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 4d5bb3d8a..e8e090d6d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -8,6 +8,7 @@ AddType text/x-component .htc
php_value upload_max_filesize 5M
php_value post_max_size 6M
php_value memory_limit 64M
+ php_value session.auto_start 1
</IfModule>
<IfModule mod_php5.c>
@@ -17,6 +18,7 @@ AddType text/x-component .htc
php_value upload_max_filesize 5M
php_value post_max_size 6M
php_value memory_limit 64M
+ php_value session.auto_start 1
</IfModule>
<FilesMatch "(\.inc|\~)$">