Download List

项目描述

DB_eSession is a feature-packed PHP class that stores
session data in a MySQL database rather than files. It is
powerful, designed with security in mind, and is easy to utilize.
The code contains lots of comments, and it comes with full
documentation and examples of how to use the class including
a basic authentication login/logout process. It includes member
functions useful (to webmasters) for monitoring or viewing,
deleting, and altering sessions validity for the case of locking
one or more sessions upon detection of unauthorized use.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-06-04 22:25
1.0.1

成员函数的sessDecode有时被截断的最后一个字符。此错误发生在下列条件都得到了满足:libmcrypt未安装,使用的加密选项setSessVar(它调用sessEncode)加密的文本有一个连的字符数。问题是留意到,每当getSessVar用于检索的文本,其中载有少了一个在结束字符。如果额外的字段中的选项被用于setSessVar,然后getSessVar返回FALSE。此问题已得到修复此版本。
标签: Minor bugfixes
The sessDecode member function sometimes truncated the last character. This bug occurred when all of the following conditions were met: libmcrypt was not installed; using setSessVar with the encrypt option (which invokes sessEncode); the text encrypted had an even number of characters. The problem was noticed when getSessVar was used to retrieve the text, which contained one less character at the end. If the extra field option was used in setSessVar, then getSessVar returned FALSE. This problem has been fixed in this release.

2004-05-19 10:07
1.0.0

标签: Initial freshmeat announcement

Project Resources