Tag Archives: session data

Loosing PHP Session Variables

Loosing Session Variables (PHP $_SESSION)
PHP $_SESSION is a PHP “super-global” that can store variables across multiple PHP pages/scripts making it a perfect choice for writing “members area” code for example. However, the topic of the post is not about what you can do with the PHP session, but what can you do when it doesn’t [...]