[system] / trunk / webwork-modperl / conf / global.conf.dist Repository:
ViewVC logotype

Diff of /trunk/webwork-modperl/conf/global.conf.dist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 810 Revision 811
1#!perl 1#!perl
2################################################################################ 2################################################################################
3# WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester 3# WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester
4# $Id: global.conf.dist,v 1.17 2003-04-17 21:01:14 sh002i Exp $ 4# $Id: global.conf.dist,v 1.18 2003-04-23 06:35:06 sh002i Exp $
5################################################################################ 5################################################################################
6 6
7# This file is used to set up the default WeBWorK course environment for all 7# This file is used to set up the default WeBWorK course environment for all
8# requests. Values may be overwritten by the course.conf for a specific course. 8# requests. Values may be overwritten by the course.conf for a specific course.
9# All package variables set in this file are added to the course environment. 9# All package variables set in this file are added to the course environment.
224 "become_student" => 10, 224 "become_student" => 10,
225); 225);
226 226
227# $sessionKeyTimeout defines seconds of inactivity before a key expires 227# $sessionKeyTimeout defines seconds of inactivity before a key expires
228$sessionKeyTimeout = 60*30; 228$sessionKeyTimeout = 60*30;
229
230# $sessionKeyLength defines the length (in characters) of the session key
231$sessionKeyLength = 40;
232
233# @sessionKeyChars lists the legal session key characters
234@sessionKeyChars = ('A'..'Z', 'a'..'z', '0'..'9', '.', '^', '/', '!', '*');
229 235
230# Practice users are users who's names start with $practiceUser 236# Practice users are users who's names start with $practiceUser
231# (you can comment this out to remove practice user support) 237# (you can comment this out to remove practice user support)
232$practiceUserPrefix = "practice"; 238$practiceUserPrefix = "practice";
233 239

Legend:
Removed from v.810  
changed lines
  Added in v.811

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9