PDA

View Full Version : Logout Cookie Error


deb0
10-21-2004, 11:01 AM
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.

Our Sponsors
 

deb0
10-21-2004, 08:11 PM
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&amp;userid=$bbuserinfo[userid] ;)

Our Sponsors
 

deb0
10-21-2004, 08:49 PM
Thanks, I found and you confirmed. Turns out theres a problem with one of my child templates not following the parent.

thanks again.