on 2/10/00 7:35 PM, Dave <[EMAIL PROTECTED]> wrote:

> What exactly do you mean by "frail"?

I said "flail". ;-) Like flapping in the wind without going anywhere. ;-)
 
> As far as I know, if you disable cookies in the browser you can't
> establish a session.
> 
> So, session.isNew() won't ever return *true* under that condition.
> 
> Right? 

Nope. If you use DynamicURI, which is a wrapper around res.encodeURL(), then
it will re-write the URL's to have the session id appended to it. Doesn't
work in Tomcat yet, but works fine with JServ which is what I still use.

I just fixed the issue. It was a problem in Turbine.java and the way that I
was doing things. Go to Jyve with cookies off and you will see what I
mean...

http://java.apache.org/jyve-faq/Turbine

It will append the session id so that the URL's look like this:

<http://java.apache.org/jyve-faq/Turbine/screen/DisplayTopics/action/SetAll/
project_id/1/faq_id/1?JServSessionIdjyve-faq=1tlsqegzigf>

-jon

-- 
Come to the first official Apache Software Foundation
Conference!  <http://ApacheCon.Com/>




------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to