Skip to content
Snippets Groups Projects
Commit 4ed747ef authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Made sure session.cache_limiter is set to "none" as suggested by Moshe
  and Ax.
parent c6fc710f
No related branches found
No related tags found
No related merge requests found
......@@ -22,13 +22,15 @@ ErrorDocument 500 /error.php
<IfModule mod_php4.c>
php_value register_globals 1
php_value track_vars 1
php_value magic_quotes_gpc 1
php_value short_open_tag 1
php_value magic_quotes_gpc 0
php_value magic_quotes_runtime 0
php_value magic_quotes_sybase 0
php_value session.cache_expire 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 Off
</IfModule>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment