[ic] Log out not working

Russ Mann interchange-users@lists.akopia.com
Mon May 21 15:55:01 2001


Hello List,

IC 4.6.5, RH 6.2, mySQL.

When I login a user, then log out, It shows me logged out on the first
screen I'm on, but when I navigate to any other screen, it shows me logged
in again.

This is my code.  I can't find any error log messages pertaining to this.

[if !session logged_in]
<center><a href="[area login]"><font face="Arial" size="2"
color="#FFFFCC">Login</font></a></center>
[else]
<form action="[process]" method="post">
[set Log Out]
mv_todo=return
mv_nextpage=index
[userdb function=logout clear=1]
[/set]
<font __FFACE__ size="1" color="#FFFFFF">
Hello <b>[value fname] [value lname]</b>!<br>
You are logged in as [data session username]</font>
<input type="hidden" name="mv_cookie_password" value="0">
<input type="submit" name="mv_click" value="Log Out">
</form>
[/else]
[/if]

Does anyone know why this isn't working?  I can't find anything in the docs
or on the list.

Thanks,

Russ