You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Michael Zehrer <ze...@optimal-systems.de> on 2001/06/29 10:00:30 UTC

xsp & create-session="true" ?

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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>