--- loncom/auth/lonauth.pm 2005/07/07 06:18:37 1.69 +++ loncom/auth/lonauth.pm 2005/10/24 21:32:42 1.70 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonauth.pm,v 1.69 2005/07/07 06:18:37 albertel Exp $ +# $Id: lonauth.pm,v 1.70 2005/10/24 21:32:42 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -195,7 +195,8 @@ sub success { # ------------------------------------------------------------ Get cookie ready - if ($public) { return $cookie; } + if ($public or $lowerurl eq 'noredirect') { return $cookie; } + $cookie="lonID=$cookie; path=/"; # -------------------------------------------------------- Menu script and info my $windowinfo=&Apache::lonmenu::open($clientos);