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
e23a87d1
Commit
e23a87d1
authored
Dec 26, 2008
by
Dries
Browse files
- Patch
#303154
by John Morahan: fixed typo that slipped in.
parent
1657694f
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/bootstrap.inc
View file @
e23a87d1
...
...
@@ -406,7 +406,7 @@ function drupal_initialize_variables() {
// Use session cookies, not transparent sessions that puts the session id in
// the query string.
ini_set
(
'session.use_only_cookies'
,
'1'
);
ini_set
(
'session.use_trans_sid'
,
'
1
'
);
ini_set
(
'session.use_trans_sid'
,
'
0
'
);
// Don't send HTTP headers using PHP's session handler.
ini_set
(
'session.cache_limiter'
,
'none'
);
}
...
...
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