summaryrefslogtreecommitdiff
path: root/includes/session.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-06-22 20:19:58 +0000
committerDries Buytaert <dries@buytaert.net>2005-06-22 20:19:58 +0000
commit5c8843704c2b953d5fb790ca084c700ea685d252 (patch)
tree40b77faa12c9676695cd57bbd18c628d3db5bcce /includes/session.inc
parentf3a9a99570b1e9d7a929ee4a2f6495b6b26335d2 (diff)
downloadbrdo-5c8843704c2b953d5fb790ca084c700ea685d252.tar.gz
brdo-5c8843704c2b953d5fb790ca084c700ea685d252.tar.bz2
- Patch #18213 by chx: boostrap system. Modified to work with HEAD, tidied
up the documentation a little. chx: can you double-check whether the global $conf variable is secure? (That is, make sure it can't be send using the URL or something.)
Diffstat (limited to 'includes/session.inc')
-rw-r--r--includes/session.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/session.inc b/includes/session.inc
index 126c56f02..d1dde2f2a 100644
--- a/includes/session.inc
+++ b/includes/session.inc
@@ -6,9 +6,6 @@
* User session handling functions.
*/
-session_set_save_handler("sess_open", "sess_close", "sess_read", "sess_write", "sess_destroy", "sess_gc");
-session_start();
-
/*** Session functions *****************************************************/
function sess_open($save_path, $session_name) {