Title: RE: Orion-Interest subscription notification

I think if you disable cookies by default the auto encoding of URL will happen.  I don't think you can disable both cookies and encoding of urls.  If you disable both how do you expect your session management work?  You can enable both or either of one, but you can't disable both.

By the way the URL which you mentioned is orion generated or your copy paste?  The reason I asked the URL which you mentioned in the bottom is a wrong URL if orion generates(I hope not) this is a bug.  The jsessionid should be always before the query string.

Kesav Kumar Kolla
Voquette Inc
650 356 3740(W)
510 889 6840(R)
Voquette....Delivering Sound Information



-----Original Message-----
From: remy.menetrieux [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 13, 2001 8:36 AM
To: Orion-Interest
Subject: Re: Orion-Interest subscription notification


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

Reply via email to