News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Baking Cookies in PHP
July 26, 2012 @ 08:07:09

On PHPMaster.com there's a new tutorial about working with cookies in PHP applications - an introductory look at what they are, how to set them and how to read their values.

Have you ever wondered that in spite of HTTP being a stateless protocol, when you log in to a website and buy stuff and checkout how the server can identify you uniquely? You might wonder if HTTP is stateless but your state is maintained through your interactions, isn't this a contradiction? Welcome to world of cookies (not the ones which we can eat, btw :)), one the of primary ways to maintain user state and interaction between the web browser and the web server.

She shares a lifecycle of a common cookie and describes the parts of the setcookie method (parameters). There's also a few code examples showing how to read and write to them as well as update their values/expirations.

0 comments voice your opinion now!
cookie tutorial introduction setcookie


blog comments powered by Disqus

Similar Posts

PHP-Coding-Practices.com: How To Generate Monochromatic CSS Stylesheets Within Seconds Using PHP

Label Media Blog: Design Patterns in PHP - Strategy Pattern

Stefan Mischook's Blog: PHP Video Tutorial: Functions

PHPBuilder.com: PHP and Adobe Air: Building a Time-tracking and Billing Application - Part II

Zend Developer Zone: AJAX Chat Part Tutorial 6 : Updating the User List


Community Events











Don't see your event here?
Let us know!


opinion development series conference zendframework2 phpunit tool interview application testing code community example language introduction framework functional release unittest podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework