News Feed
Jobs Feed
Sections




News Archive
Josh Adell's Blog:
Logging User Sessions Across Requests
May 20, 2011 @ 09:10:06

Josh Adell has a new post to the Everyman Software blog talking about a solution he and his team have developed for logging user sessions across requests with the help of the Zend_Log component and a custom logging formatter.

One way to handle this is to put a request-specific identifier in every log message. But I shouldn't have to remember to append or prepend the identifier to their log messages. I'd rather have it happen automatically, without me or my teammates having to think about it. Here's a method we've been using to try and untangle the mess and retain the usefulness of our logs. The code uses Zend's logging component, but can easily be adapted to other log systems.

Their example sets a custom log format message with placeholders for a timestamp, log ID number and the log message. A unique ID is then generated for the user's session and applied to the Zend_Log object. This data is then automatically applied to the log file's output without any extra hassle. The full sample code (pretty simple, really) is included.

0 comments voice your opinion now!
log user session zendlog zendframework tutorial


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Creating an Online Survey - Part 1

Stefan Mischook's Blog: Creating Your Own Functions - Part 2

DevShed: Sub Classing Exceptions in PHP 5

Steven Macintyre's Blog: Building a Modular Zend Framework CMS

DevShed: Handling HTML Strings and Files with the DOM XML Extension in PHP 5


Community Events











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


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

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