Diff for /doc/gutshtml/SessionOn2.html between versions 1.2 and 1.3

version 1.2, 2003/07/22 14:47:00 version 1.3, 2005/04/07 06:56:20
Line 2022  style='font-weight:normal'> tag. </span> Line 2022  style='font-weight:normal'> tag. </span>
   
     <li>grade_target, grade_username, grade_domain, grade_symb - the vaules take       <li>grade_target, grade_username, grade_domain, grade_symb - the vaules take 
   
       precedence over the the normal ENV settings of these, use &amp;Apache::lonxml::whichuser()         precedence over the the normal env settings of these, use &amp;Apache::lonxml::whichuser() 
   
       to get back the correct vaues of the items </li>        to get back the correct vaues of the items </li>
   
Line 2308  color:black'>á<span style='font:7.0pt "T Line 2308  color:black'>á<span style='font:7.0pt "T
   
 style='color:black'> - the internal name for a course, usually found in </span><span  style='color:black'> - the internal name for a course, usually found in </span><span
   
 style='font-family:"Courier New";color:black'>$ENV{'request.course.id'}</span><span  style='font-family:"Courier New";color:black'>$env{'request.course.id'}</span><span
   
 style='color:black'> which is what will be looked at if no value is passed to   style='color:black'> which is what will be looked at if no value is passed to 
   
Line 2322  color:black'>á<span style='font:7.0pt "T Line 2322  color:black'>á<span style='font:7.0pt "T
   
 style='color:black'> - the domain that the user belongs to, usually found in </span><span  style='color:black'> - the domain that the user belongs to, usually found in </span><span
   
 style='font-family:"Courier New";color:black'>$ENV{'user.domain'}</span><span  style='font-family:"Courier New";color:black'>$env{'user.domain'}</span><span
   
 style='color:black'> which is what will be looked at if no value is passed to   style='color:black'> which is what will be looked at if no value is passed to 
   
Line 2336  color:black'>á<span style='font:7.0pt "T Line 2336  color:black'>á<span style='font:7.0pt "T
   
 style='color:black'> - the login name for the user, usually found in </span><span  style='color:black'> - the login name for the user, usually found in </span><span
   
 style='font-family:"Courier New";color:black'>$ENV{'user.name'}</span><span  style='font-family:"Courier New";color:black'>$env{'user.name'}</span><span
   
 style='color:black'> which is what will be looked at if no value is passed to   style='color:black'> which is what will be looked at if no value is passed to 
   
Line 2350  color:black'>á<span style='font:7.0pt "T Line 2350  color:black'>á<span style='font:7.0pt "T
   
 style='color:black'> - the homeserver for the user, usually found in </span><span  style='color:black'> - the homeserver for the user, usually found in </span><span
   
 style='font-family:"Courier New";color:black'>$ENV{'user.home'}</span><span  style='font-family:"Courier New";color:black'>$env{'user.home'}</span><span
   
 style='color:black'> but can be easily gotten from a domain and name through </span><span  style='color:black'> but can be easily gotten from a domain and name through </span><span
   
 style='font-family:"Courier New";color:black'>&amp;Apache::lonnet::homeserver($uname,$domain)</span><span  style='font-family:"Courier New";color:black'>&amp;Apache::lonnet::homeserver($uname,$domain)</span><span
   
 style='color:black'>. If no value is passed to store/restore the value in %ENV   style='color:black'>. If no value is passed to store/restore the value in %env 
   
     will be used. </span></p>      will be used. </span></p>
   

Removed from v.1.2  
changed lines
  Added in v.1.3


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