The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

  RT::Authen::CookieAuth - Pulls a Cookie and checks it against an External DB

SYNOPSIS

  use lib "!!RT_LIB_PATH!!";
  use lib "!!RT_ETC_PATH!!";

  use RT::Authen::CookieAuth;

  RT::Authen::CookieAuth::CheckCookies();

DESCRIPTION

METHODS