How to mantain a single authentication session from Jira project to project

Slev Florin June 4, 2013

Hello,

I am using the BasicHttpAuthenticationHandler and in order to get jira project related stuff. But it seems that for each issue request, a new authentication is made. Is there a workaround to maintain a single authentication accross jira project requests ?

Thanks in advance.

1 answer

0 votes
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 4, 2013

If you use the same request object, I don't see why you need to re-authentitcate yourself.

Suggest an answer

Log in or Sign up to answer