News Feed
Jobs Feed
Sections




News Archive
PHPRiot.com:
Zend Framework 101 Zend_Session
January 06, 2010 @ 12:54:23

On PHPRiot.com there's a new post in their "Zend Framework 101" series posted today - a look at Zend_Session, the session handling component of the Zend Framework.

This component is built upon PHP's native session-handling functionality, making it easier to manage session data, as well as providing more advanced features. Firstly I will show you how to read and write data using Zend_Session, then I will show you how to implement a "remember me" feature for logging-in users on your web site.

They start you off by creating a session namespace and showing you how to read and write data into it. They also include sample bits of code showing how to remove session data and even the whole session namespace all together. The finish the tutorial off with the "remember me" functionality and a few other functions that the Zend_Session component comes with.

0 comments voice your opinion now!
zendsession tutorial zendframework


blog comments powered by Disqus

Similar Posts

DevShed: Databases and PHP

Johannes Schluter's Blog: MySQL Storage Engine based on PHP

XpertDeveloper.com: PHP clearstatecache() Explained

Zend Developer Zone: NestedSetDbTable class

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


Community Events











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


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

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