Re: Difference between FOM_Session and REal Session?

2005-01-25 Thread Daniel Fagerstrom
Vadim Gritsenko wrote: Daniel Fagerstrom wrote: oceatoon wrote: Why step away from the global session though, and create a new FOM_session structure? your answer was "design decision but I don't understand, why ? Neither do I, it wasn't my decison but Chris Olivers. One reason might be that flow

Re: Difference between FOM_Session and REal Session?

2005-01-24 Thread Vadim Gritsenko
Daniel Fagerstrom wrote: oceatoon wrote: Why step away from the global session though, and create a new FOM_session structure? your answer was "design decision but I don't understand, why ? Neither do I, it wasn't my decison but Chris Olivers. One reason might be that flow uses a special embedin

Re: Difference between FOM_Session and REal Session?

2005-01-23 Thread Daniel Fagerstrom
oceatoon wrote: Daniel Fagerstrom wrote: I agree with that the behaviour is weird, but it is designed to be that way. What happens is that your data is always placed in the session data in the servlet. But then the request object, session objects etc are placed in a different place if you use them

Re: Difference between FOM_Session and REal Session?

2005-01-22 Thread oceatoon
Daniel Fagerstrom wrote: > I agree with that the behaviour is weird, but it is designed to be that > way. What happens is that your data is always placed in the session data > in the servlet. But then the request object, session objects etc are > placed in a different place if you use them from

Re: Difference between FOM_Session and REal Session?

2005-01-22 Thread Daniel Fagerstrom
oceatoon wrote: Daniel Fagerstrom wrote: In the refactored JXTG I use o.a.c.environment.FlowObjectModelHelper, that Carsten wrote. It gets the objects from the normal places in the objectmodel and does the dynamic map embeding and puts everything in $cocoon. By using this we get the same behaviour

Re: Difference between FOM_Session and REal Session?

2005-01-22 Thread oceatoon
Daniel Fagerstrom wrote: > I agree with that the behaviour is weird, but it is designed to be that > way. What happens is that your data is always placed in the session data > in the servlet. But then the request object, session objects etc are > placed in a different place if you use them from

Re: Difference between FOM_Session and REal Session?

2005-01-22 Thread Daniel Fagerstrom
I agree with that the behaviour is weird, but it is designed to be that way. What happens is that your data is always placed in the session data in the servlet. But then the request object, session objects etc are placed in a different place if you use them from flow, comperd with how it is do

Difference between FOM_Session and REal Session?

2005-01-21 Thread oceatoon
HI everyone We are having weird effects poping up some structure questions about FOM and more precisly about FOM_session. I use Flow to put some data into cocoon.session.setAttribute("data",data) and retreive this easily from my jx file coming from flow. Thinking this is part of a global session