W
whenshaw
Guest
One addition to Edsel's post -- as he said, the default behavior is that the JSESSIONID will be sent as an HTTPOnly cookie and therefore not accessible to JavaScript. However, it's possible to configure an OpenEdge Web application so that it sends responses that include the JSESSIONID value in a header that is accessible to JavaScript. When the JSDO library detects this header in a response, it includes it in future requests both as a header and in the URL. The code that I think you're referring to is part of that implementation.
Continue reading...
Continue reading...