| 1 | ################################################################################ |
1 | ################################################################################ |
| 2 | # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester |
2 | # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester |
| 3 | # $Id: global.conf,v 1.7 2002-06-06 20:08:14 malsyned Exp $ |
3 | # $Id: global.conf,v 1.8 2002-06-06 20:09:10 malsyned Exp $ |
| 4 | ################################################################################ |
4 | ################################################################################ |
| 5 | |
5 | |
| 6 | # This file is used to set up the default WeBWorK course environment for all |
6 | # This file is used to set up the default WeBWorK course environment for all |
| 7 | # requests. Values may be overwritten by the course.conf for a specific course. |
7 | # requests. Values may be overwritten by the course.conf for a specific course. |
| 8 | # All package variables set in this file are added to the course environment. |
8 | # All package variables set in this file are added to the course environment. |
| … | |
… | |
| 57 | |
57 | |
| 58 | # sessionKeyTimeout defines length of inactivity before a key expires (seconds) |
58 | # sessionKeyTimeout defines length of inactivity before a key expires (seconds) |
| 59 | $sessionKeyTimeout = 60 * 30; |
59 | $sessionKeyTimeout = 60 * 30; |
| 60 | |
60 | |
| 61 | # Practice users are users who's names start with $practiceUser |
61 | # Practice users are users who's names start with $practiceUser |
|
|
62 | # (you can comment this out to remove practice user support) |
| 62 | $practiceUserPrefix = "practice"; |
63 | $practiceUserPrefix = "practice"; |
| 63 | |
64 | |
| 64 | # There is a practice user who can be logged in multiple times. He's |
65 | # There is a practice user who can be logged in multiple times. He's |
| 65 | # commented out by default, though, so you don't hurt yourself. It is |
66 | # commented out by default, though, so you don't hurt yourself. It is |
| 66 | # kindof a backdoor to the practice user system, since he doesn't have a |
67 | # kindof a backdoor to the practice user system, since he doesn't have a |