- Custom Session Handlers in PHP4
This document describes how to customize the session handlers in PHP4. It provides examples of how to write a fully functional session handler that works with DBM files and one that works with a MySQL database.
Price: Free
http://www.phpbuilder.com/columns/ying20000602.php3
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Implementing Cross-Domain Cookies
According to the cookie specification, any cookie set for one domain, must not be sent to any other domain. Therefore, if you set a cookie in your users browser on one domain, that cookie will not be available on any other domain. This tutorial describes a solution to get around this issue.
http://www.phpbuilder.com/columns/chriskings20001128.php3
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Using Cookies & File Appending
Explains how to set and check for cookies using PHP. Also demonstrates a simple way to read and write data to a file.
Price: Free
http://www.php-scripts.com/php_diary/122399.php3
(Rating: 0.00 Votes: 0)
Rate It
Review It
|