mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Additions for session code update
git-svn-id: file:///svn/phpbb/trunk@253 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
fbfcef1366
commit
a2fbeecb15
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue