--- loncom/auth/lonlogin.pm 2017/02/17 18:37:05 1.169 +++ loncom/auth/lonlogin.pm 2017/02/25 19:56:09 1.170 @@ -1,7 +1,7 @@ # The LearningOnline Network # Login Screen # -# $Id: lonlogin.pm,v 1.169 2017/02/17 18:37:05 raeburn Exp $ +# $Id: lonlogin.pm,v 1.170 2017/02/25 19:56:09 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -75,7 +75,7 @@ sub handler { &Apache::lonlocal::get_language_handle($r); &Apache::loncommon::content_type($r,'text/html'); if ($expire) { - my $c = new CGI::Cookie(-name => 'lonPublic', + my $c = new CGI::Cookie(-name => 'lonPubID', -value => '', -expires => '-10y',); $r->header_out('Set-cookie' => $c);