Hi Team,
When I make API call from Appian, I am only getting iSession id in Cookie in Header whereas in Post man I am able to get both iSession id and JSESSION ID.
Can you please help me to get JSESSION ID while calling an API from Appian?
Thank you in advance
Discussion posts and replies are publicly visible
Hi Gopalakrishnan G ,
As per my knowledge in web testing, session cookies are created while you make request, if you cant able to see jsessionId, it may be problem with cookie data, you need to set headers if it is configurable as => sessiontype = j2eeif possible can you post a image of http response?try changing browser (don't use chrome) and check.
Hi Varun,
Thank you for your response.
We are getting multiple session cookies as headers but Appian's integration object only returns the latest/last one.
-- To make further calls to the target system within same session, we need all the session ids.
Previous conversation about the same issue - community.appian.com/.../integration-object---accessing-multiple-headers-with-the-same-name
Good to hear!
Just curious, why do you want/need the jsessionid?
I need to make further API calls with the session id I have got from the first call. My second API is not working if I pass only one session id (isession id) so I need to get both isession id and jsession id.