We have a form we are maintaining through OpenText WEM v8.1 and displaying via DSM. We are taking into account we may have users who have their cookies disabled when filling the form. Because are are submitting to a servlet on a different server, we are using the response.sendRedirect. In order to pass the jsessionid, we are using encodeRedirectURL to append the jsessionid if needed. However, we cannot get this jsessionid to ever append to the url. Has anyone ever tried to append the jsessionid to the url? Is there a limitation in opentext that precludes the url from being rewritten to include jsessionid?
Thanks!!