My worklight app connects to a java web application using a HTTP Adapter for user authentication.
The server returns a JSSESSIONID
which can be accessed in the app as a cookie. However, the cookie is marked as HttpOnly
so it cannot be accessed via JavaScript.
From this question: how to get jsessionid shown in browser console in worklight, it seems Worklight is flagging the Cookie as HttpOnly.
Can I remove the HttpOnly
attribute from worklight?