aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/sessions.php
Commit message (Expand)AuthorAgeFilesLines
* Updates related to message.phpPaul S. Owen2001-07-031-87/+17
* Working on getting Oracle functional. Almost there, need to deal with the 'AU...James Atkinson2001-06-211-2/+4
* Latest session code updatesPaul S. Owen2001-06-051-10/+29
* Last visit additionPaul S. Owen2001-06-041-6/+11
* Minor change to remove commented out ban check in _pagestartPaul S. Owen2001-06-021-24/+2
* Removed encoding of IP (now done in common)Paul S. Owen2001-05-271-10/+8
* Moved the append_sid routine to the sessions.php filePaul S. Owen2001-05-201-0/+23
* Removed the debug checks I enabled in last commit ...Paul S. Owen2001-05-181-8/+3
* Update to cookielife settingPaul S. Owen2001-05-181-7/+8
* Various updatesPaul S. Owen2001-05-131-4/+4
* Initial SQL updates completePaul S. Owen2001-05-131-23/+27
* Altered ban checking, this will be replaced by auth I thinkPaul S. Owen2001-05-111-1/+18
* Altered ban checking, this will be replaced by auth I thinkPaul S. Owen2001-05-111-7/+5
* Possible fix for SQL JOIN syntax and MySQL 3.22Paul S. Owen2001-05-111-4/+4
* Minor updatesPaul S. Owen2001-05-061-27/+21
* Changed as per FDF topicPaul S. Owen2001-05-061-31/+86
* Prevent logged in user logging in again from diff IP in same sessPaul S. Owen2001-05-021-2/+16
* Added stripslashes to unserialize ... not a good idea to change php.ini updat...Paul S. Owen2001-04-291-3/+3
* Minor update to session_endPaul S. Owen2001-04-291-3/+10
* Overhauled session code ... in a big wayPaul S. Owen2001-04-281-127/+149
* Minor update which may fix some multiple session probsPaul S. Owen2001-04-281-0/+2
* Moved all included files to includesPaul S. Owen2001-04-191-0/+357