"Karl J. Stubsjoen" <[EMAIL PROTECTED]> writes:
> When clearing cookies, does that have to happen before setting
> cookies? Lets say the script sets a cookie and then later on (but
> before any hputs) the script says "hey we shouldn't have set this
> cookie", can it be cleared?
At the moment, that's not possible. But it seems it shouldn't be that
hard to get around... You could turn off buffering for that page (so
that subsequent HTML blocks don't cause the page to start printing)
and manipulate headers later on.
Does that help?
--
David N. Welton
Personal: http://www.efn.org/~davidw/
Free Software: http://people.debian.org/~davidw/
Apache Tcl: http://tcl.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]