Skip to content

Commit

Permalink
- Made sure session.cache_limiter is set to "none" as suggested by Moshe
Browse files Browse the repository at this point in the history
  and Ax.
  • Loading branch information
dbuytaert committed Dec 8, 2002
1 parent c6fc710 commit 4ed747e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .htaccess
Expand Up @@ -20,15 +20,17 @@ ErrorDocument 500 /error.php

# Overload PHP variables:
<IfModule mod_php4.c>
php_value register_globals 1
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>

Expand Down

0 comments on commit 4ed747e

Please sign in to comment.