--- loncom/auth/lonlogin.pm 2001/11/29 19:12:44 1.11 +++ loncom/auth/lonlogin.pm 2002/02/19 21:20:48 1.12 @@ -1,7 +1,7 @@ # The LearningOnline Network # Login Screen # -# $Id: lonlogin.pm,v 1.11 2001/11/29 19:12:44 www Exp $ +# $Id: lonlogin.pm,v 1.12 2002/02/19 21:20:48 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -35,10 +35,12 @@ use strict; use Apache::Constants qw(:common); use Apache::File (); use Apache::lonnet(); +use Apache::loncommon(); sub handler { my $r = shift; $r->content_type('text/html'); + &Apache::loncommon::no_cache($r); $r->send_http_header; return OK if $r->header_only;