Actually, The &quot;Logout&quot; after search box doesn&#39;t work, but the &quot;Logout&quot; button on UserSettings page still works.<br><br><div class="gmail_quote">On Fri Dec 26 2014 at 11:00:35 PM fishy &lt;<a href="mailto:fishywang@gmail.com">fishywang@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks. That kicked the error away, but logout doesn&#39;t really work (I&#39;m still logged in).<br><br><div class="gmail_quote">On Fri Dec 26 2014 at 11:27:43 AM Brian Koontz &lt;<a href="mailto:brian@wikkawiki.org" target="_blank">brian@wikkawiki.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, Dec 26, 2014 at 07:31:01AM +0000, fishy wrote:<br>
&gt; Merry Christmas &amp; thanks!<br>
&gt;<br>
&gt; There is actually a problem on my Dreamhost.<br>
&gt;<br>
&gt; On Line 3892 of libs/Wakka.class.php:<br>
&gt;<br>
&gt; $_SESSION = [];<br>
<br>
In typical confusing fashion, the PHP docs actually recommend<br>
<br>
session_destroy();<br>
<br>
So replace $_SESSION=[] with something like this:<br>
<br>
session_destroy();<br>
session_id(&#39;&#39;);<br>
unset($_SESSION[&#39;user&#39;]);<br>
<br>
  --Brian<br>
<br>
--<br>
Brian Koontz<br>
Wikka Development Team<br>
Systems Support and Random Tasking Dept.<br>
<br>
______________________________<u></u><u></u>_________________<br>
WikkaWiki Community mailing list<br>
<a href="mailto:community@lists.wikkawiki.org" target="_blank">community@lists.wikkawiki.org</a><br>
<a href="http://lists.wikkawiki.org/mailman/listinfo/community" target="_blank">http://lists.wikkawiki.org/<u></u>mai<u></u>lman/listinfo/community</a><br>
</blockquote></div></blockquote></div>