| Recommend this page to a friend! | 
|  Download | 
| Info |  Files |  Install with Composer |  Download | Reputation | Support forum | Blog | Links | 
| Ratings | Unique User Downloads | Download Rankings | ||||
|    48% | Total: 6,137 | All time:  366 This week: 660  | ||||
| Version | License | Categories | ||||
| 1.0 | Unspecified (ask ... | User Management | ||||
| Description | Author | ||||||||||||||||||||||
| This class implements a session but does not use MySQL as its storage mechanism like other session handling classes do.  Instead it uses a directory structure where the session is identified as a directory and keys are files inside of that directory.  Each file contains the value assoiciated with the key identified by the file name. | 
 | ||||||||||||||||||||||
|  Files (6) | 
| File | Role | Description | 
|---|---|---|
|  cSession.inc | Class | Session handler class | 
|    hSession.inc | Aux. | header file for session class | 
|    hUtility.inc | Aux. | header file for utility functions | 
|    mUtility.inc | Aux. | utility functions for session handler | 
|    Session.ini | Data | ini file for session class | 
|    TestSession.php3 | Example | test script for session handler | 
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 0% | 
 | 
 | 
| User Ratings | ||||||||||||||||||||||||||||||
| 
 | ||||||||||||||||||||||||||||||
| Applications that use this package | 
 If you know an application of this package, send a message to the author to add a link here.
 If you know an application of this package, send a message to the author to add a link here.
| Related pages | 
| ini file reader class required for the session handler to work |