You are on page 1of 1

CreateUserSession

Description Create a Session object. After the object is created, you must login to
the Session.
Syntax Perl
$ClearQuestObj->CreateUserSession();
Example Perl
use CQPerlExt;
my $cqobject = CQClearQuest::Build();
my $SessionObj = $cqobject->CreateUserSession();
# login to the Session object
# do something with the Session object...
CQClearQuest::Unbuild($cqobject);
See Also Session Object
UserLogon of the Session Object

You might also like