root/tags/RELEASE_1_1_1/docs/readme.txt

Revision 21, 0.9 kB (checked in by gerd, 4 years ago)

- update docs
- corrected typos
- changes to make Native driver compatible with PHP5

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 /**
2  * patSession
3  *
4  * $Id$
5  *
6  * @package patSession
7  * @copyright 2003/2004 by the patTeam
8  * @author gERD Schaufelberger <gerd@php-tools.net>
9  * @license LGPL
10  * @link http://www.php-tools.net
11  */
12
13 Download at http://snaps.php-tools.net
14 Homepage at http://www.php-tools.net
15
16 This program and all associated files are released under the
17                 GNU Lesser Public License,
18 see http://www.gnu.org/licenses/lgpl.txt for details!
19  
20 WHAT IS PATSESSION?
21 ===================
22 patSession is an abstraction layer for session-management. Therefore patSession can be used
23 if you need session support. patSession comes with some with some security-features for
24 session-fixiation. Also the patSession storage-containers are based on drivers. Currently
25 only the native-driver is implemented (it used the native php session support).
26
27 More documentation can be found at the project homepage:
28      http://www.php-tools.net.
29
30 Kind regards, gERD
31 Viel Spaß am Gerät, gERD
32
Note: See TracBrowser for help on using the browser.