Ok - so, I found com.naryx.tagfusion.cfm.engine.cfSession and can cfdump it 
to see the different methods.

Silly me, I thought it was already something that was initialized and I 
would just be able to call it to use it's isFlushed() method to make my 
manual check. Wrong.

When I createObject() it's creating a new cfsession object, which won't do 
me any good even if I could initialize it from there.

Is there another way to read the isFlushed() method? Can I get a reference 
to this request's http session object, maybe from another class?

Thanks,
Alan

On Friday, October 9, 2015 at 9:50:34 AM UTC-4, [email protected] wrote:
>
> I see from the java code snippet that the system is using a function 
> called:
>
> cfSession.isFlushed()
>
> Is there a way to access that from the coldFusion code? I could check that 
> manually prior to attempting to set the cookie and bypass the error. At 
> least
> while I try to figure out what the page is getting flushed in the first 
> place.
>
> Thanks,
> Alan
>
>

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to