Diff for /loncom/auth/lonauth.pm between versions 1.121.2.15 and 1.121.2.16

version 1.121.2.15, 2017/01/21 21:25:26 version 1.121.2.16, 2017/06/06 22:34:37
Line 73  sub success { Line 73  sub success {
     }      }
   
 # ------------------------------------------------------------ Get cookie ready  # ------------------------------------------------------------ Get cookie ready
     $cookie="lonID=$cookie; path=/";      $cookie="lonID=$cookie; path=/; HttpOnly";
 # -------------------------------------------------------- Menu script and info  # -------------------------------------------------------- Menu script and info
     my $destination = $lowerurl;      my $destination = $lowerurl;
   

Removed from v.1.121.2.15  
changed lines
  Added in v.1.121.2.16


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