Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
18a761ac
Commit
18a761ac
authored
Jul 10, 2009
by
Nigel McNie
Browse files
(#3037) Set session.hash_function to 0, as we need 32 byte session IDs.
Half-fix.
parent
b5ff2bec
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/auth/session.php
View file @
18a761ac
...
...
@@ -38,6 +38,7 @@ ini_set('session.use_only_cookies', true);
ini_set
(
'session.cookie_path'
,
get_mahara_install_subdirectory
());
ini_set
(
'session.cookie_httponly'
,
1
);
ini_set
(
'session.hash_bits_per_character'
,
4
);
ini_set
(
'session.hash_function'
,
0
);
// TEMPORARY: this will be REMOVED after the session path changing
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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