News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Pim Elshoff's Blog: Setting up a kickass development environment on Windows

PHPBuilder.com: Developing a Ajax-driven Shopping Cart with PHP and Prototype

PHP-GTK Community Site: Accessing geo-nick with Zend Framework (Zend_XmlRpc_Client)

IBM developerWorks: Developing PHP the Ajax way, Part 2 - Back, Forward, Reload

PHPFreaks.com: Sessions and cookies: Adding state to a stateless protocol


Community Events











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


development interview series functional language podcast zendframework2 code database example release conference opinion object introduction testing composer framework tool community

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