# Logon Setup $username="bill"; $mypassword="bill"; # This is the path to the Sessions directory # where session files will be stored. # It is important to note that session files # should be located outside of your web documents # directory for security reasons. $session_path = "sessions"; # This is the number of days to keep a session file. # $saved_sessions = "1" is equal to one day $saved_sessions = "0.001"; # These variables are for the cookie we set. Complete docs # for these and other available options are at Lincoln Stein's # CGI.pm page at: http://stein.cshl.org/WWW/software/CGI/ $valid_path = "cgi-bin/perlhelp"; $domain_name = ".baimc.securesites.com"; $session_length = "+1m"; $redirect_url = "http://www.baimc.com"; 1;