/* $Log: logout.html,v $ Revision 1.11 1996/08/21 17:54:08 kimberly rename index.html to index.html; break long lines; add comments Revision 1.10 1996/08/13 18:14:17 kimberly error message if user tries to access Tock after logging out, with link to login screen Revision 1.9 1996/08/09 02:05:01 kimberly change version number Revision 1.8 1996/08/09 02:03:03 kimberly add commenting Revision 1.7 1996/08/08 21:35:11 kimberly remove debugging Revision 1.6 1996/07/25 16:26:45 kimberly remove absolute paths Revision 1.5 1996/07/23 23:10:13 kimberly fix code dealing with bad password Revision 1.4 1996/07/23 18:59:43 kimberly Remove references to company table Revision 1.3 1996/07/23 18:54:50 kimberly Change hours_ims to tock_ims Revision 1.2 1996/07/23 18:52:50 kimberly Add Log tag */ setLoggedOut(); client.id = null; client.username = null; client.prevPage = null; client.fullname = null; client.active_project_list = null; client.defcategory = null; client.defproject = null; client.expiration(0); if (request.bb) // from button bar, already cleared frames redirect("initial.html"); else redirect("logged_out.html");