News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
PHPFreaks.com:
Sessions and cookies Adding state to a stateless protocol
June 05, 2008 @ 12:05:11

On the PHPFreaks website, there's a new tutorial talking about sessions and cookies in PHP:

HTTP is a stateless protocol. This means that each request is handled independently of all the other requests and it means that a server or a script cannot remember if a user has been there before. However, knowing if a user has been there before is often required and therefore something known as cookies and sessions have been implemented in order to cope with that problem.

The tutorial is pretty introductory, so if you're not new to the PHP world, you won't learn much. New developers, though, will learn how to set cookies, use sessions and learn a bit about the security of both.

0 comments voice your opinion now!
session tutorial introduction cookie state stateless protocol http



Similar Posts

DevShed: Creating the Blog Script for a PHP/MySQL Blogging System (Part 2)

The Bakery: Three New Components/Tutorials - Lightroom, DboSource & SMF

DevShed: Creating AJAX Requester Objects with Abstract Factory Classes in PHP 5

phpPatterns.com: Creating XUL applications with PHP

ParanoidFerret.com: Flex & PHP Tutorial - Transmitting data using JSON


Community Events









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


code job example book developer zend framework cakephp package release PEAR PHP5 ajax mysql releases application security zendframework conference database

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