User Guide
20 Chapter 1: Using the Breeze XML APIs
• You can set a BREEZESESSION cookie on the user’s browser, using the value of the login cookie.
However, this approach works only if your application is running on a server with the same
domain name as the Breeze server.
Also, if your application server is a J2EE servlet environment (such as Macromedia ColdFusion
or Java), the application server might also use a cookie named
BREEZESESSION, which results
in potential conflicts between Breeze and the application server.
• You can simply open the URL, and require the user to log in again.
This approach is more secure than the others but can result in some inconvenience for users.