Programming Guides › Programming Guide for Perl › Agent Operations › Responses and Response Attributes
Responses and Response Attributes
After an agent issues a request through a call to Login() or IsAuthorized(), a response to the request is returned. The response is returned whether or not the user is authorized.
With the returned response object, you can retrieve the following Agent API objects:
- Session object. The session object lets you retrieve session information such as session ID and timeout values.
- Response attribute object. The Policy Server uses response attributes to send information to agents. Agents can then pass that information on to the client application.