[wikka-community] Announcing the release of WikkaWiki 1.3.6

Brian Koontz brian at wikkawiki.org
Fri Dec 26 19:27:23 UTC 2014


On Fri, Dec 26, 2014 at 07:31:01AM +0000, fishy wrote:
> Merry Christmas & thanks!
> 
> There is actually a problem on my Dreamhost.
> 
> On Line 3892 of libs/Wakka.class.php:
> 
> $_SESSION = [];

In typical confusing fashion, the PHP docs actually recommend

session_destroy();

So replace $_SESSION=[] with something like this:

session_destroy();
session_id('');
unset($_SESSION['user']);

  --Brian

-- 
Brian Koontz
Wikka Development Team
Systems Support and Random Tasking Dept.




More information about the community mailing list