--- loncom/auth/lonacc.pm 2008/12/10 16:42:51 1.116.2.1 +++ loncom/auth/lonacc.pm 2008/12/31 20:22:47 1.116.2.2 @@ -1,7 +1,7 @@ # The LearningOnline Network # Cookie Based Access Handler # -# $Id: lonacc.pm,v 1.116.2.1 2008/12/10 16:42:51 raeburn Exp $ +# $Id: lonacc.pm,v 1.116.2.2 2008/12/31 20:22:47 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -275,7 +275,10 @@ sub handler { return OK; } - + if ($requrl =~ m{^/res/adm/pages/[^/]+\.(gif|png)$}) { + return OK; + } + my $handle = &Apache::lonnet::check_for_valid_session($r); my $result = &sso_login($r,$handle);