Re: session timeout and XML Forms

2002-11-08 Thread Ivelin Ivanov

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 07, 2002 11:52 AM
Subject: session timeout and XML Forms



Hello,

   i have the following problem:

   I set my session timeout in the web.xml to 1 minute (only to try),
   but as soon as I am in my registration flow I am never loosing
   the session.
   I am using XML Forms with map:parameter name=xmlform-scope
value=session /
   If I change the scope to request the session times out after one
minute, but not
   if its set to session.
   Is there always a new session crated in the session scope


[Ivelin] Yes, the framework will automatically create a new session if one
is not available, along with a new data model instance.
This behaviour is similar to Struts' implementation.




 or is it using its own session?
   Do I have to set the timeout then  differently?

   Thanx again for any help,


   miHam


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




session timeout and XML Forms

2002-11-07 Thread michael_hampel

Hello,

 i have the following problem:

 I set my session timeout in the web.xml to 1 minute (only to try),
 but as soon as I am in my registration flow I am never loosing
 the session.
 I am using XML Forms with map:parameter name=xmlform-scope value=session /
 If I change the scope to request the session times out after one minute, but not
 if its set to session.
 Is there always a new session crated in the session scope or is it using its own session?
 Do I have to set the timeout then differently?

 Thanx again for any help,


 miHam