Berin Loritsch wrote:
> Alexander Smirnoff wrote:
> > Hi,
> > 
> > If I turning off cookies from the browser, Session does not persist.
> > I'm using Cocoon 2.0rc2 and as of my understanding it wraps the
> > javax.servlet.http.HttpSession, As I know when cookies are
> > disabled it should use URL rewriting with jsessionid. I can see that
> > Cocoon rewrites URL for subsequent request when session is created,
> > even when cookies actully on, but when I turn them off, I still can see
> > URL rewriting, but session does NOT persist:
> > 
> > request.getSession(false); returns null.
> > 
> > Is this a bug?
> 
> What servlet engine are you running?  It would help to determine if
> the problem is with the servlet engine instead of Cocoon.

It is Tomcat4.0.1.

> -- 
> 
> "They that give up essential liberty to obtain a little temporary safety
>   deserve neither liberty nor safety."
>                  - Benjamin Franklin
> 
> 
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
> 
> 



---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to