My environment is Cocoon 2, rc2, running on Tomcat 4/Windows XP. I have the following code in my transformer:
public void setup(org.apache.cocoon.environment.SourceResolver resolver, java.util.Map objectModel, java.lang.String src, Parameters par) { request = (Request) objectModel.get(Constants.REQUEST_OBJECT); ... Each time I refresh the page, request.getSession().getId() has a new value! How could this be? I've had this work before... I tried downloading Tomcat 3.3, and get the same result. I suspect that it's rc2? This never used to happen to me before... If anybody has any information, I'd greatly appreciate it. I'm coming up on a session management deadline and this is NOT looking good. Liam Morley --------------------------------------------------------------------- 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]>