Hi Will,

One reason why the behavior differs between setups is that both the gzipfilter 
and the cachefilter adds response wrappers that buffer output in memory. These 
wrappers allow setting headers for the duration of the request.

So it can differ based on whether these filters are enabled in your 
installation and also on whether the specific request is processed by those 
filters. I.e. if the request is excluded from cache and gzip you won't be able 
to create a session in a paragraph, whereas otherwise you can.

// Tobias

On May 19, 2011, at 12:40 PM, Will Scheidegger wrote:

> 
> I see. So the page should be called with a parameter "mgnlModelExecutionUUID" 
> with the UUID of the paragraph causing the trouble as value. I'll give that a 
> try.
> 
> Still:
> - Why would this only cause trouble when being called from certain company 
> networks (i.e. most likely with certain cookie restrictions)?
> - When the response actually has started to send data (as Richard suggested) 
> then "response.sendRedirect()" should not work either, right? ... but it 
> does!?
> 
> Thanks for the help!
> -will
> 
> 
> 
> ----------------------------------------------------------------
> For list details see
> http://www.magnolia-cms.com/home/community/mailing-lists.html
> To unsubscribe, E-mail to: <[email protected]>
> ----------------------------------------------------------------



----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to