Pier Fumagalli wrote:
On 13 Apr 2005, at 16:05, Reinhard Poetz wrote:
Pier Fumagalli wrote:
Guys, I'm seeing something odd here...
Am I correct in saying that every time the flow is invoked (even if it's simply a sendPage() without ANY sendPageAndWait()) a new session is initialized in the servlet container???
no, that's no correct. A session is only created if you either access cocoon.session or define a top-level variable.
Any way to disable this behavior?
don't do the above
Thanks, we're reviewing every line of the code! :-)
Pier
Thanks Reinhard,
our code is reviewed and the nasty little top-level variable that slipped through the net is corrected,
problem solved.
Ross McDonald (colleague of Pier's at work).
