View Full Version : Logout Cookie Error
Whenever i log out of my site, regardless of page, i get the following error
"An error occurred while attempting to log you out. Click here to log out." Of course i 'click here' and logout without additional errors.
Any ideas?
Brian
10-21-2004, 11:11 AM
You need to edit your 'Logout' link(s) and add u=$bbuserinfo[userid] at the end of it.
Is there a single template where this can be accomplished?
Under the Navbar Template I find this Login link, but don't where to put your entry:
<if condition="$bbuserinfo['userid']">
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout" onclick="return log_out()">$vbphrase[log_out]</a></td>
</if>
Brian
10-21-2004, 08:35 PM
do=logout&userid=$bbuserinfo[userid] ;)
Thanks, I found and you confirmed. Turns out theres a problem with one of my child templates not following the parent.
thanks again.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.