2.2 trunk - Servlet Service set attribute in global session but lose it at next servlet call.

2008-04-09 Thread Josh2007
Hello, I have a main block (block-a) which makes calls to a depend block (block-b). Block-b has access to the global session. At the first call from block-a, block-b creates a session-attribute test. I noticed this session-attribute can be retrieved within block-b (right after setting it),

Re: 2.2 trunk - Servlet Service set attribute in global session but lose it at next servlet call.

2008-04-09 Thread Reinhard Poetz
Josh2007 wrote: Hello, I have a main block (block-a) which makes calls to a depend block (block-b). Block-b has access to the global session. At the first call from block-a, block-b creates a session-attribute test. I noticed this session-attribute can be retrieved within block-b (right

Re: 2.2 trunk - Servlet Service set attribute in global session but lose it at next servlet call.

2008-04-09 Thread Josh2007
Reinhard, thanks for your quick reply. I created a new issue: COCOON-2194 Session-attr set in dependency blocks destroyed after servlet call. Regards, Josh Reinhard Poetz wrote: Josh2007 wrote: Hello, I have a main block (block-a) which makes calls to a depend block (block-b).