News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

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




Community Events







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


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

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