--- loncom/auth/lonlogin.pm 2001/11/29 19:12:44 1.11 +++ loncom/auth/lonlogin.pm 2002/03/12 19:34:59 1.13 @@ -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.13 2002/03/12 19:34:59 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; @@ -102,7 +104,7 @@ ENDHEADER # ---------------------------------------------------------- Serve rest of page $r->print(<