Diff for /loncom/auth/checkauthen.pm between versions 1.9 and 1.10

version 1.9, 2006/09/19 18:03:02 version 1.10, 2006/11/23 01:49:41
Line 61  sub handler { Line 61  sub handler {
     my $lonid=$cookies{'lonID'};      my $lonid=$cookies{'lonID'};
     my $handle;      my $handle;
     if ($lonid) {      if ($lonid) {
         $handle = $lonid->value;        $handle=&LONCAPA::clean_handle($lonid->value);
         $handle=~s/\W//g;  
         $handle = $r->dir_config('lonIDsDir')."/$handle.id";          $handle = $r->dir_config('lonIDsDir')."/$handle.id";
     } else {      } else {
         $handle = $env{'user.environment'};          $handle = $env{'user.environment'};

Removed from v.1.9  
changed lines
  Added in v.1.10


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>