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

PHPHacks.com: Generate OpenOffice documents with PHP

Mushfiqsimple Blog: Getting Started with MongoDb with PHP

Ed Finkler's Blog: Encouraging steps towards security in Wordpress 2.5

Zend Developer Zone: Zend_Acl and MVC Integration Part II (Advanced Use)

Alison Holloway's Blog: Int'l PHP Magazine Article - The Oracle PHP Connection


Community Events











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


opinion framework conference zendframework2 interview development symfony2 introduction podcast language database release rest functional phpunit usergroup community testing unittest series

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