Hi,
I'm still strangling with session context...
Right now I have the following problem. In the entry of my webapp I want to define all the session context needed.
 
The only way that I find to define a session context is:
<map:match="">
    <map:generate src=""/>
    <map:transform src=""/>
    <map:transform type="session"/>
    <map:serialized/>
</map:match>
 
I know that this don't make sense because all I want to do is to define a session context not to serialize data. Can anybody tell
a way to define the session context in a diferent way.
 
Thx,
Carlos Dias
 

Reply via email to