How to Create Bulletproof Sessions
In this section we’re going to go over ways to add additional security to the session beyond the cookie itself. By the end of this article we will written our own wrapper class for “session_start” that protects our session from a number of attacks while taking into account some of the unique challenges presented by modern ajax-heavy websites.


