<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0">
<TITLE>Logging out a Web User</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Hi all,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Thanks in advance for any help you can give.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I'm having trouble logging out a web user.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Logging in:</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">cms.loginWebUser( username, password ); <-cms is a CmsObject</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Logging out (by logging back in as Guest):</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">cms.loginUser( "Guest","");                     <-cms is a CmsObject</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Determining who the user is:</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">String currentUser = cmsjsp.user( "name" );     <- cmsjsp is a CmsJspActionElement</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">When I want to log out (by logging the user back in as Guest), the cmsjsp.user("name") code continues to return the old name of the web user, not Guest.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Until that point things work as expected. First visiting the site, the user method returns "Guest", after logging in it returns the name of the web user. Just after logging in again as Guest do things go wrong.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Is there a different way I should log out a web user? I didn't find out in the API.</FONT>
</P>
<BR>

<P><FONT SIZE=2 FACE="Arial">Regards,</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">Brian Jacobs</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">Purple Monkey Studios</FONT>
</P>

</BODY>
</HTML>