Avoiding frustration with PHP Sessions


Avoiding frustration with PHP Sessions

PHP’s support for sessions make adding “state” to your web application super easy. But 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.

Related Posts