Diff for /loncom/auth/lonlogin.pm between versions 1.84 and 1.85

version 1.84, 2006/11/15 00:53:48 version 1.85, 2006/12/05 02:55:56
Line 84  sub handler { Line 84  sub handler {
     my $lonid=$cookies{'lonID'};      my $lonid=$cookies{'lonID'};
     my $cookie;      my $cookie;
     if ($lonid) {      if ($lonid) {
  my $handle=$lonid->value;   my $handle=&LONCAPA::clean_handle($lonid->value);
         $handle=~s/\W//g;  
         my $lonidsdir=$r->dir_config('lonIDsDir');          my $lonidsdir=$r->dir_config('lonIDsDir');
  if (-e "$lonidsdir/$handle.id") {   if (-e "$lonidsdir/$handle.id") {
 # Is there an existing token file?  # Is there an existing token file?

Removed from v.1.84  
changed lines
  Added in v.1.85


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