summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-06 20:15:23 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-06 20:15:23 +0000
commit967564af461946b132be4b9c654932bdec294627 (patch)
tree901f2dea3898a4e30987b252d1efcc80602cca55
parent469471fddeb365d73fc932ab660c72a8be6c901b (diff)
downloadbrdo-967564af461946b132be4b9c654932bdec294627.tar.gz
brdo-967564af461946b132be4b9c654932bdec294627.tar.bz2
- Patch #145733 by brianV: enable cookies ...
-rw-r--r--includes/bootstrap.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 1566f48d9..b11a8c880 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -431,6 +431,7 @@ function drupal_initialize_variables() {
ini_set('magic_quotes_runtime', '0');
// Use session cookies, not transparent sessions that puts the session id in
// the query string.
+ ini_set('session.use_cookies', '1');
ini_set('session.use_only_cookies', '1');
ini_set('session.use_trans_sid', '0');
// Don't send HTTP headers using PHP's session handler.