Hi,

I have found that documentation about session logicsheet suggests:

Also, to ensure that you have a session to work with, you must set the 
<code>create-session</code> attribute in the xsp:page element to true.
This
will retrieve the existing session, or create a new one if the current
one is
invalid or doesn't exist.

<xsp:page
  xmlns:xsp="http://www.apache.org/1999/XSP/Core";
  xmlns:session="http://apache.org/xsp/session/2.0";
  create-session="true"
>


At the same time, logicsheet code (session.xsl) does not have a single
mention of the above attribute. 

Does this mean that this logicsheet has not been ported completely, or
that documentation is not up to date?

Berin, could you comment on this?

Vadim


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to