aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-05-06 12:34:04 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-05-06 12:34:04 +0000
commita2fbeecb15ada9795c25232d5345c0c2f4a58299 (patch)
treed089e57ceb9919fd5830c80262855aa0228bf72e /phpBB/includes/constants.php
parentfbfcef1366a0e04510814ced1652dcb4d8e1c66b (diff)
downloadforums-a2fbeecb15ada9795c25232d5345c0c2f4a58299.tar
forums-a2fbeecb15ada9795c25232d5345c0c2f4a58299.tar.gz
forums-a2fbeecb15ada9795c25232d5345c0c2f4a58299.tar.bz2
forums-a2fbeecb15ada9795c25232d5345c0c2f4a58299.tar.xz
forums-a2fbeecb15ada9795c25232d5345c0c2f4a58299.zip
Additions for session code update
git-svn-id: file:///svn/phpbb/trunk@253 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index ccb5fd62b6..0957ed8d9e 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -70,7 +70,8 @@ define(POST_FORUM_URL, 'f');
define(POST_USERS_URL, 'u');
// Session parameters
-define(AUTOLOGON, 0);
+define(SESSION_METHOD_COOKIE, 100);
+define(SESSION_METHOD_GET, 101);
// Page numbers for session handling
define(PAGE_INDEX, 0);