PHP Session not being passed from a web site to WordPress
Recently I had this case where a PHP session ($_SESSION) was not being passed from a web site to WordPress. Basically, WordPress was installed and configured to be part of a web site and there was the need to use Sessions to control the login/logout process of the site. Although […]