M
Michael Jacobs
Guest
There is a problem in the REST adapter ( & PASOE's REST transport ) where unwanted HTTP sessions are being created, which triggers a session cookie to be returned to the client. If the client sends the cookie in a request, it is ignored. But it is still being handled. The OE guys are working on it. There are two things you can try to clean up the message exchange: In the web.xml file locate the cookie configuration, uncomment it with URL 0 The URL tracking mode and 0 session timeout may block session cookies 2. In the oeablSecurity-xxxx-yyyy.xml Spring Security configuration Ensure the element's 'create-session' attribute value is "stateless" See if that helps. Mike Jacobs
Continue reading...
Continue reading...