Hi,
I work with oC4J with ias, I have an web application with this
orion-web.xml :
<?xml version="1.0"?>
<!DOCTYPE orion-web-app PUBLIC "-//Evermind//DTD Orion Web Application
2.3//EN" "http://xmlns.oracle.com/ias/dtds/orion-web.dtd"
<http://xmlns.oracle.com/ias/dtds/orion-web.dtd>>
<orion-web-app
deployment-version="1.0.2.2"
jsp-cache-directory="./tmptest"
temporary-directory="./tmptest"
servlet-webdir="/servlet/"
>
<session-tracking autoencode-absolute-urls="false"
autoencode-urls="false" autojoin-session="false" cookies="disabled" />
</orion-web-app>
but when i have relative url. orion add ;jsessionid=ASCDSQDQDf
so i have url like this :
https://62.52.53.240:9999/remy/fiche.html?actioncode=list_cle_short;jsessionid=BEMHAMEGDJKL
Have yous some idea ??
thanks in advance