Creates an AdminSession object.
Perl
$ClearQuestObj->CreateAdminSession();
Perl
use CQPerlExt;
my $cqobject = CQClearQuest::Build();
my $AdminSessionObj = $cqobject->CreateAdminSession();
# login to the AdminSession object
# do something with the AdminSession object...
CQClearQuest::Unbuild($cqobject);