Recommend this page to a friend! |
Download .zip |
Info | View files (6) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2001-05-03 (15 years ago) | 52% | Total: 6,128 | All time: 349 This week: 988 |
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 |
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.
Related pages |
cIniFileReader.inc ini file reader class required for the session handler to work |