How to get jsessionid
shown in browser console in worklight. I have tried document.cookie
, but it was invain. I am able to get only WL_PERSISTENT_COOKIE
value here.
var sessionId = document.cookie;
Edit:
Pls see https://i.stack.imgur.com/VMm5p.png
On giving document.cookie, I am getting the value of WL_PERSISTENT_COOKIE
. But I need the value of JSESSIONID
.