News Feed
Jobs Feed
Sections




News Archive
DeveloperTutorials.com:
Developing State-enabled Applications With PHP
April 13, 2007 @ 08:55:00

The Developer Tutorial website has a new article posted today about the creation of "state-enabled applications" with PHP. Basically, a chunk of functionality to keep user data persistent throughout the whole time they're on the site.

A major drawback is that while browsing from one page to another, the website does not remember the State of the browsing session. This make interactivity almost impossible. In order to increase interactivity, the developer can use the session handling features of PHP to augment the features of HTTP in order to remember the State of the browsing session.

They look at two solutions - using cookies and using sessions. Cookies are simple enough, but when it comes to sessions, there's actually two different roads to follow: with cookies enabled and without. They have to be handled slightly differently, but both essentially work the same way.

0 comments voice your opinion now!
tutorial stateenabled persistent session cookie tutorial stateenabled persistent session cookie


blog comments powered by Disqus

Similar Posts

Pierre-Alain Joye's Blog: ext/filter, API frozen (!) and fixes, 0.11.0 is out

PHPFreaks.com: Template based document generation using LiveDocx and Zend Framework

ZendCasts.com: Fun with Phar

IBM developerWorks: Squash bugs in PHP applications with Zend Debugger

Label Media Blog: Design Patterns in PHP - Decorator Pattern


Community Events











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


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

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