News Feed
Jobs Feed
Sections




News Archive
Oscar Merida's Blog:
Avoiding frustration with PHP Sessions
March 30, 2007 @ 11:28:00

On his blog, Oscar Merida has a quick new post those just starting out with sessions should take a look at. He gives four quick tips of things to watch out for that can help your development process go smoother.

PHP's support for sessions make adding "state" to your web application super easy. Bus because the illusion of state is maintained by storing a Session ID via a user's cookies, you might find yourself losing potentially productive hours chasing down bizarre client side bugs or opening up a potential security hole. Here are 4 tips to help you avoid wasting your time and securing your site.

Items on the list are:

  • Don't use underscores in host names
  • Commit your sessions before redirects
  • Prevent session fixation (great security tip!)
  • Don't expose session_id's
Check out the comments - there's some good recommendations in there as well.

0 comments voice your opinion now!
frustration session avoid recommend underscore fixation expose frustration session avoid recommend underscore fixation expose


blog comments powered by Disqus

Similar Posts

Pique Web Podcast: Pique Web Episode 3 - Sessions, accounts, and the PHP Anthem

Community News: DC PHP Conference 2007 Session Schedule Posted

Tobias Schlitt\'s Blog: Free eZ components online session (german)

Zend Developer Zone: ZendCon Sessions Episode 037: Why MVC is not an Application Architecture

Ben Ramsey: Writing an Effective Talk Proposal


Community Events











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


interview series database opinion release example framework code zendframework2 composer podcast language object functional conference testing development community api introduction

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