August 2nd, 2010
Hack the CMS with Ajax and Sessions
Here is a technique that has worked for us, but I’m tempted to put this in the Fail category because it’s such bad form. However, what works, works and in this case it’s pretty easy. Take WordPress as an example CMS. You can gain access to its session variables from your own .php code by adding this to the top of your custom php page: 1require_once('../../../wp-load.php');...
June 27th, 2010


