version 1.2, 2005/04/05 20:43:27
|
version 1.3, 2005/04/07 06:56:21
|
Line 81 BEGIN {
|
Line 81 BEGIN {
|
Inputs: none |
Inputs: none |
|
|
Returns: 1 if the user has a LON-CAPA cookie 0 if not. |
Returns: 1 if the user has a LON-CAPA cookie 0 if not. |
Loads the users environment into the %ENV hash if the cookie is correct. |
Loads the users environment into the %env hash if the cookie is correct. |
|
|
=cut |
=cut |
|
|
Line 134 sub check_cookie {
|
Line 134 sub check_cookie {
|
|
|
=item transfer_profile_to_env |
=item transfer_profile_to_env |
|
|
Load the users environment into the %ENV hash. |
Load the users environment into the %env hash. |
|
|
Inputs: $handle, the name of the users LON-CAPA cookie. |
Inputs: $handle, the name of the users LON-CAPA cookie. |
|
|