Cookies & Sessions. Tutorials & Tips. PHP. Scripts from Hot Scripts. Review before you use or buy a script! Let Hot Scripts uncover the best free, open source and commercial hot-scripts Cookies & Sessions scripts for your web site.
Cookies & Sessions
-
Using Cookies in PHP
Cookies enabled web developers to produce more usable sites, by allowing temporary storage of commonly used information by the user. This can be beneficial in shopping carts, user logon systems and general site usage. Read on to find out how to use... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Sessions
This tutorial will teach an alternative and effective solution to cookies in PHP which might actually be better for your website and security.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Cookies
Setting and playing around with cookies is a fun and useful way to save data on a user's hard drive, and can successfully store valuable information which may be helpful the next time they come to the site. Its fairly simple to set up, and even easier to... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Using sessions make a login script
To begin this tutorial in PHP sessions, you must first make sure that your web server (ie. apache) has the options to allow session with the configuration. Note: people using apache and php under a win32 enviorment must manually configure this... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Customized Timeout Sessions
Learn how to log users out of a system after x amount of minutes of inactivity. This is a great security add-on!
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Session: simple password protection
Usage of sessions is sortly explained by using two examples: a hit counter and a simple password protection script.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Creating A Unique User ID For Cookies
Code snippet for creating a unique randome ID for cookie management.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
User-aware PHP scripts
Learn how to build user-aware PHP scripts that can remember your user's personal settings on your website. Also a good introduction to cookies.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose