Help for this page

Select Code to Download


  1. or download this
    sub setup {
        my $self = shift; # some sort of CGI::Application
    ...
        );
        $self->authen->protected_runmodes('mode1');
    }
    
  2. or download this
    if ($config->{LOGIN_SESSION_TIMEOUT} && !$self->{is_new_login} && $sel
    +f->username) {