[Phplib-commit] CVS: php-lib CHANGES,1.188,1.189
Brought to you by:
nhruby,
richardarcher
From: Richard A. <ric...@us...> - 2001-09-04 00:21:22
|
Update of /cvsroot/phplib/php-lib In directory usw-pr-cvs1:/tmp/cvs-serv2438 Modified Files: CHANGES Log Message: Add ct_cookie.inc, a container class that stores data in cookies. Also, a documentation page, sample pages using the class for both sess and user and an ARC4 implementation for encryption. The basis for this class was posted to the support mailing list by Ing. Alejandro Vzquez C. <al...@in...> in August 2000. Index: CHANGES =================================================================== RCS file: /cvsroot/phplib/php-lib/CHANGES,v retrieving revision 1.188 retrieving revision 1.189 diff -C2 -d -r1.188 -r1.189 *** CHANGES 2001/08/29 21:02:42 1.188 --- CHANGES 2001/09/04 00:21:19 1.189 *************** *** 1,4 **** --- 1,11 ---- $Id$ + 04-Sep-2001 richardarcher + - Add ct_cookie.inc, a container class that stores data in cookies. + - Also, a documentation page, sample pages using the class for both + sess and user and an ARC4 implementation for encryption. + The basis for this class was posted to the support mailing list by + Ing. Alejandro Vzquez C. <al...@in...> in August 2000. + 29-Aug-2001 richardarcher - Fixed possible cross-site scripting attack by making sess->url() |