> > namely that my characters are being escaped; for example & is being
> converted in to &.
> > In normal embperl I'm able to turn this off with a simple $escmode=0,
but
> this doesn't seem
> > to have any effect under AuthCookie.
>
> This should work under AuthCookie as well. Try to read back $escmode (e.g.
> [+ $escmode +] ). Do you get the right value ? (must be 0 not empty!)
Well what was happening was this
$escmode=0;
[- Execute("....") -]
and it turned out that within the component $escmode was not zero. I
managed to get round it easily enough, by setting $escmode in the component.
But it's odd it didn't seem to get passed. Maybe it's just me! :)
Mike
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]