Hi,
I use Sessions in my xsp page an included the create-session="true" in the
xsp tag:
<xsp:page language="java"
xmlns:xsp="http://www.apache.org/1999/XSP/Core"
xmlns:session="http://www.apache.org/1999/XSP/Session"
create-session="true"
>
But I still need to put in something like this:
<xsp:logic>
session = request.getSession(true);
</xsp:logic>
is this ok? I thought the session is created by create-session="true". I
have Cocoon 1.8.2 running with Tomcat 3.2.2
Regards, Michael
---------------------------------------------------------------------
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]>