Return-Path: Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 13874 invoked by uid 500); 14 Jul 2003 18:33:30 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 13861 invoked from network); 14 Jul 2003 18:33:29 -0000 Received: from out006pub.verizon.net (HELO out006.verizon.net) (206.46.170.106) by daedalus.apache.org with SMTP; 14 Jul 2003 18:33:29 -0000 Received: from verizon.net ([139.85.116.155]) by out006.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030714183333.UXZT16647.out006.verizon.net@verizon.net> for ; Mon, 14 Jul 2003 13:33:33 -0500 Message-ID: <3F12F77B.40507@verizon.net> Date: Mon, 14 Jul 2003 14:33:31 -0400 From: Vadim Gritsenko User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: [flow] session creation References: <9C88FAE0-B622-11D7-845D-000393D2CB02@apache.org> In-Reply-To: <9C88FAE0-B622-11D7-845D-000393D2CB02@apache.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out006.verizon.net from [139.85.116.155] at Mon, 14 Jul 2003 13:33:33 -0500 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Stefano Mazzocchi wrote: > > On Monday, Jul 14, 2003, at 11:20 America/Guayaquil, Geoff Howard wrote: > >> Christopher Oliver wrote: >> >>> Yes. That is a feature of the new FOM: it always creates a session. >>> The original API had createSession() and removeSession(). Those >>> functions were removed from FOM. >> Can flow store its global variables not in automatically created session but in the application context? If not, how hard it will be to implement? Vadim