aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/sessions.php
Commit message (Collapse)AuthorAgeFilesLines
* Various changes to accompany session updates ... MSSQL users should be ↵Paul S. Owen2001-12-151-0/+1
| | | | | | prepared to alter or remove the session_last_visit field or face potential problems git-svn-id: file:///svn/phpbb/trunk@1591 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes to accompany session updates ... MSSQL users should be ↵Paul S. Owen2001-12-151-16/+5
| | | | | | prepared to alter or remove the session_last_visit field or face potential problems git-svn-id: file:///svn/phpbb/trunk@1588 89ea8834-ac86-4346-8a33-228a782c2dd0
* Doh, might help if the users data was updated when a new session is created ...Paul S. Owen2001-12-151-13/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@1584 89ea8834-ac86-4346-8a33-228a782c2dd0
* Possible fix for a problem with query around line 172Bart van Bragt2001-12-151-7/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@1582 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered update/insert procedure back to what it was ... otherwise no ↵Paul S. Owen2001-12-141-21/+12
| | | | | | session_id is available for install git-svn-id: file:///svn/phpbb/trunk@1569 89ea8834-ac86-4346-8a33-228a782c2dd0
* Now with an added extra ... this one works, hopefully ... three days this ↵Paul S. Owen2001-12-141-32/+10
| | | | | | was testing on phpbb.com with no problems ... I swear computers hate me git-svn-id: file:///svn/phpbb/trunk@1568 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove guest user topic tracking via cookies, update viewtopic to re-fix ↵Paul S. Owen2001-12-141-176/+144
| | | | | | highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction git-svn-id: file:///svn/phpbb/trunk@1566 89ea8834-ac86-4346-8a33-228a782c2dd0
* New session code, probably still dodgy, fix for login failed message, search ↵Paul S. Owen2001-12-051-121/+175
| | | | | | updates, highlighting URI messup fixes, max limit for ranks git-svn-id: file:///svn/phpbb/trunk@1511 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2001-11-291-50/+61
| | | | git-svn-id: file:///svn/phpbb/trunk@1470 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #484243 typo in sessions.phpJames Atkinson2001-11-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1413 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some bugs with banning and some code that wasnt updated when we ↵James Atkinson2001-10-161-1/+1
| | | | | | changed the theme/template system git-svn-id: file:///svn/phpbb/trunk@1218 89ea8834-ac86-4346-8a33-228a782c2dd0
* I am a total moron, please excuse mePaul S. Owen2001-10-151-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1201 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes to location redirection ... please note the format and name ↵Paul S. Owen2001-10-141-3/+2
| | | | | | changes git-svn-id: file:///svn/phpbb/trunk@1190 89ea8834-ac86-4346-8a33-228a782c2dd0
* Session code update to support temporary cookies onlyPaul S. Owen2001-10-141-14/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@1181 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added some END_TRANSACTION calls to sql_query statments so the sessions code ↵James Atkinson2001-09-131-4/+6
| | | | | | works with Oracle now git-svn-id: file:///svn/phpbb/trunk@1034 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-added GPL disclaimersJames Atkinson2001-08-301-0/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified header commentsPaul S. Owen2001-08-261-11/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@933 89ea8834-ac86-4346-8a33-228a782c2dd0
* If a user changes their email address, and account activation is turned on, ↵James Atkinson2001-08-131-45/+45
| | | | | | the user will have to re-activate their account via URL sent in email git-svn-id: file:///svn/phpbb/trunk@848 89ea8834-ac86-4346-8a33-228a782c2dd0
* User, IP and email banning admin functionalPaul S. Owen2001-08-011-3/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@781 89ea8834-ac86-4346-8a33-228a782c2dd0
* HTML 4.01 and XHTML 1.0 compliance changesPaul S. Owen2001-07-311-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@767 89ea8834-ac86-4346-8a33-228a782c2dd0
* Session now destroys userdata if autologin fails or isnt activatedPaul S. Owen2001-07-281-14/+28
| | | | git-svn-id: file:///svn/phpbb/trunk@756 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates to session code inc. moving data away from configPaul S. Owen2001-07-231-45/+49
| | | | git-svn-id: file:///svn/phpbb/trunk@732 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates to session code inc. moving data away from configPaul S. Owen2001-07-231-11/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@730 89ea8834-ac86-4346-8a33-228a782c2dd0
* A couple of minor changesPaul S. Owen2001-07-071-52/+33
| | | | git-svn-id: file:///svn/phpbb/trunk@602 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates related to message.phpPaul S. Owen2001-07-031-87/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@548 89ea8834-ac86-4346-8a33-228a782c2dd0
* Working on getting Oracle functional. Almost there, need to deal with the ↵James Atkinson2001-06-211-2/+4
| | | | | | 'AUTO INCREMENT' issue git-svn-id: file:///svn/phpbb/trunk@520 89ea8834-ac86-4346-8a33-228a782c2dd0
* Latest session code updatesPaul S. Owen2001-06-051-10/+29
| | | | git-svn-id: file:///svn/phpbb/trunk@432 89ea8834-ac86-4346-8a33-228a782c2dd0
* Last visit additionPaul S. Owen2001-06-041-6/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@427 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor change to remove commented out ban check in _pagestartPaul S. Owen2001-06-021-24/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@413 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed encoding of IP (now done in common)Paul S. Owen2001-05-271-10/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@348 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved the append_sid routine to the sessions.php filePaul S. Owen2001-05-201-0/+23
| | | | git-svn-id: file:///svn/phpbb/trunk@317 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed the debug checks I enabled in last commit ...Paul S. Owen2001-05-181-8/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@316 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update to cookielife settingPaul S. Owen2001-05-181-7/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@315 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2001-05-131-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@282 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial SQL updates completePaul S. Owen2001-05-131-23/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@281 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered ban checking, this will be replaced by auth I thinkPaul S. Owen2001-05-111-1/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@271 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered ban checking, this will be replaced by auth I thinkPaul S. Owen2001-05-111-7/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@270 89ea8834-ac86-4346-8a33-228a782c2dd0
* Possible fix for SQL JOIN syntax and MySQL 3.22Paul S. Owen2001-05-111-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@269 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor updatesPaul S. Owen2001-05-061-27/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@251 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed as per FDF topicPaul S. Owen2001-05-061-31/+86
| | | | git-svn-id: file:///svn/phpbb/trunk@250 89ea8834-ac86-4346-8a33-228a782c2dd0
* Prevent logged in user logging in again from diff IP in same sessPaul S. Owen2001-05-021-2/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@224 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added stripslashes to unserialize ... not a good idea to change php.ini ↵Paul S. Owen2001-04-291-3/+3
| | | | | | updating code git-svn-id: file:///svn/phpbb/trunk@218 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor update to session_endPaul S. Owen2001-04-291-3/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@212 89ea8834-ac86-4346-8a33-228a782c2dd0
* Overhauled session code ... in a big wayPaul S. Owen2001-04-281-127/+149
| | | | git-svn-id: file:///svn/phpbb/trunk@208 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor update which may fix some multiple session probsPaul S. Owen2001-04-281-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@207 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved all included files to includesPaul S. Owen2001-04-191-0/+357
git-svn-id: file:///svn/phpbb/trunk@182 89ea8834-ac86-4346-8a33-228a782c2dd0