--- loncom/auth/lonlogout.pm 2017/08/18 18:13:33 1.51 +++ loncom/auth/lonlogout.pm 2017/11/30 03:35:08 1.52 @@ -1,7 +1,7 @@ # The LearningOnline Network # Logout Handler # -# $Id: lonlogout.pm,v 1.51 2017/08/18 18:13:33 raeburn Exp $ +# $Id: lonlogout.pm,v 1.52 2017/11/30 03:35:08 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -49,7 +49,7 @@ use Apache::loncommon; use Apache::lonmenu; use CGI::Cookie(); use Apache::lonlocal; -use LONCAPA qw(:DEFAULT :match); +use LONCAPA qw(:DEFAULT :match); sub handler { my $r = shift; @@ -100,7 +100,7 @@ sub handler { -value => '', -expires => '-10y',); $r->headers_out->add('Set-cookie' => $c); - if (($name eq 'lonID') && ($env{'user.linkeenv'})) { + if (($name eq 'lonID') && ($env{'user.linkedenv'})) { my $other = new CGI::Cookie(-name => 'lonLinkID', -value => '', -expires => '-10y',);