How to login once and persist the session from then on?

How to login once and persist the session from then on?

book

Article ID: KB0087093

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Resolution:

When accessing web sites using HTTP palettes, if the web sites need authentication and you do not want to login every time, you can do the following and use the attached BW sample project (Filename: http-cookie.zip).

1). Determine if you have login or not.

2). If no, use one HTTP Send Request to logon and save the cookie.

3). If yes, use the saved cookie to access any website.


Issue/Introduction

How to login once and persist the session from then on?

Additional Information

See attached (Filename: http-cookie.zip).

Attachments

How to login once and persist the session from then on? get_app