Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
4ed747ef
Commit
4ed747ef
authored
Dec 08, 2002
by
Dries
Browse files
- Made sure session.cache_limiter is set to "none" as suggested by Moshe and Ax.
parent
c6fc710f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.htaccess
View file @
4ed747ef
...
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment