--- doc/loncapafiles/Attic/loncapafiles.html 2001/02/27 21:50:46 1.60
+++ doc/loncapafiles/Attic/loncapafiles.html 2001/02/27 22:06:18 1.61
@@ -753,7 +753,10 @@ handles request to the CAPA homework pro
-access to for a LON-CAPA user session
+(This module, like loncacc.pm also authenticates with cookies.)
+lonacc.pm coordinates access to a wide range of administrative-type
+functions (e.g. roles, logout, annotations, and bookmarks) as well
+as coordinating access to educational resources.
@@ -767,12 +770,14 @@ access handler for file transfers
This module provides access to an educational resource construction area.
This module is invoked by the URL-related pattern syntax
-LocationMatch "^/priv.*". Authentication of user identity
-is coordinated through cookies (hence the abbreviation; "cacc" corresponds
-to "cookie-based access"). If the cookie handle is invalid, then
+LocationMatch "^/priv.*" or LocationMatch "^/\~.*".
+Authentication of user identity
+is coordinated through cookies. The abbreviation "cacc" corresponds
+to "construction-space access"). If the cookie handle is invalid, then
this module returns a forbidden status and makes appropriate log entries.
-If the cookie handle is valid, status is determined to be okay (and
-the resource is delivered by the lonconstruct module).
+If the cookie handle is valid, status is determined to be okay (and,
+for the "priv"-type access, the resource is delivered by the
+lonconstruct module).