Updating comments!
This commit is contained in:
parent
a79795d96b
commit
74e98115a2
@ -1,10 +1,10 @@
|
|||||||
## @file
|
## @file
|
||||||
# This file contains the implementation of the perl phpBB3 interaction class.
|
# This file contains the implementation of the perl sesion class.
|
||||||
#
|
#
|
||||||
# @author Chris Page <chris@starforge.co.uk>
|
# @author Chris Page <chris@starforge.co.uk>
|
||||||
# @version 0.5
|
# @version 1.0
|
||||||
# @date 23 Sep 2009
|
# @date 27 July 2011
|
||||||
# @copy 2009, Chris Page <chris@starforge.co.uk>
|
# @copy 2011, Chris Page <chris@starforge.co.uk>
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -21,14 +21,10 @@
|
|||||||
|
|
||||||
## @class
|
## @class
|
||||||
# The SessionHandler class provides cookie-based session facilities for
|
# The SessionHandler class provides cookie-based session facilities for
|
||||||
# maintaining user state over http transactions. This code depends on
|
# maintaining user state over http transactions. This code provides session
|
||||||
# integration with a phpBB3 database: a number of custom tables are needed
|
# verification, and takes some steps towards ensuring security against
|
||||||
# (see config docs), but user handling is tied to phpBB3 user tables, and
|
# cookie hijacking, but as with any cookie based auth system there is
|
||||||
# a number of joins between custom tables and phpBB3 ones require the two
|
# the potential for security issues.
|
||||||
# to share database space. This code provides session verification, and
|
|
||||||
# takes some steps towards ensuring security against cookie hijacking, but
|
|
||||||
# as with any cookie based auth system there is the potential for security
|
|
||||||
# issues.
|
|
||||||
#
|
#
|
||||||
# This code is heavily based around the session code used by phpBB3, with
|
# This code is heavily based around the session code used by phpBB3, with
|
||||||
# features removed or added to fit the different requirements of the ORB,
|
# features removed or added to fit the different requirements of the ORB,
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
# This file contains the implementation of the perl phpBB3 interaction class.
|
# This file contains the implementation of the perl phpBB3 interaction class.
|
||||||
#
|
#
|
||||||
# @author Chris Page <chris@starforge.co.uk>
|
# @author Chris Page <chris@starforge.co.uk>
|
||||||
# @version 0.6
|
# @version 0.7
|
||||||
# @date 24 Apr 2009
|
# @date 27 July 2011
|
||||||
# @copy 2009, Chris Page <chris@starforge.co.uk>
|
# @copy 2011, Chris Page <chris@starforge.co.uk>
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
x
Reference in New Issue
Block a user