User Guide

cookie 125
<version>breeze_402_r116</version>
<account account-id="222914" />
<user user-id="503562">
<login>gerweck@example.com</login>
</user>
</common>
contact
Description
Container tag; contains information about a contact.
Attributes
contact-id
The ID of a contact.
Contained tags
email
, first-name, last-name
Returned by
principal-info
Example
<contact contact-id="654">
<email>test4-lnagaraj@test.enang.com</email>
<first-name>test4</first-name>
<last-name>laxmi</last-name>
</contact>
cookie
Description
The value of the Java servlet session cookie, named BREEZESESSION.
This is the same cookie that you send with every action call to indicate which user is making the
call. If you call
common-info without logging in first, the server returns a new cookie.
You need the cookie when, for example, you create a new browser window or launch a SCO.
Depending on the way your external system is implemented, it may be more convenient to
acquire the cookie from the server using
common-info than for that layer of your code to
determine what cookie youre sending when you call an action.
Attributes
None.
Contained tags
None (content only).
Returned by
common-info