> From: Alexander Smirnoff [mailto:[EMAIL PROTECTED]]
> 
> 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

Not *it*, but *you* should rewrite URLs.


> 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?

Does session sample works?
http://localhost:8080/cocoon/xsp/sessionpage

 
> Thanks,
> Alex.


Vadim

--
Resistance is futile.


---------------------------------------------------------------------
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