<!---
This file is Copyright © 1998-2009 by Home Care Business Services. This work may not be reproduced, in whole or in part, 
using any medium, including, but not limited to, electronic transmission, CD-ROM or published in print, without the express 
permission of Home Care Business Services.

$Revision: 1.2 $
$Id: logout.cfm,v 1.2 2009/02/16 20:15:15 arlen Exp $
$Date: 2009/02/16 20:15:15 $
--->
<!---
Copyright: Dynamic Media Solutions - 2004, All rights reserved
--->
<cftry>
  <cflock scope="Session" type="Exclusive" timeout="10">
    <cfset Session.MM_Username="">
    <cfset Session.MM_UserAuthorization="">
  </cflock>
  <cflocation url="index.cfm" addtoken="no">
  <cfcatch type="Lock">
    <!--- code for handling timeout of cflock --->
  </cfcatch>
</cftry>
