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? Thanks, Alex. --------------------------------------------------------------------- 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]>