Diff for /loncom/auth/migrateuser.pm between versions 1.55 and 1.56

version 1.55, 2021/11/17 00:44:47 version 1.56, 2021/11/18 20:25:27
Line 706  sub handler { Line 706  sub handler {
         my ($handle,$expirepub);          my ($handle,$expirepub);
         $handle = &Apache::lonnet::check_for_valid_session($r);          $handle = &Apache::lonnet::check_for_valid_session($r);
   
 # For "public user" - remove any exising "public" cookie so actual user is ogged in.  # For "public user" - remove any existing "public" cookie so actual user is logged in.
         if ($handle) {          if ($handle) {
             if ($handle=~/^publicuser\_/) {              if ($handle=~/^publicuser\_/) {
                 my $lonidsdir=$r->dir_config('lonIDsDir');                  my $lonidsdir=$r->dir_config('lonIDsDir');

Removed from v.1.55  
changed lines
  Added in v.1.56


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