Hi Casey,
In the MenuOnLeft procedure there is a routine called logoutform.
Place code similar to the following:
    p_web.SetSessionValue( 'loc:Login', '' )
    p_web.SetSessionValue( 'loc:Password', '' )
to clear the values for the login and password when the user logs out.