----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
> Is is possible to turn off cooky support so that URL rewritting is
> always used for session tracking instead ? I know that cookies are
> always used, and url rewritting is used as a fallback for session
> tracking.
> However, I would like that cookies are never used for session tracking.
> In JRun this can be achieved by setting a property in one of the
> property files.
> I was wondering if this is possible when using jserv as well ?
>
Use session.useCookies=false in your zone .properties file. You realize
that you need to call HttpServletResponse.encodeURL() everyplace you
want a re-written URL to appear, right?
- Fernando
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]