I am a newbie to TCL so... it makes sense but I do not know how to implement
what you have suggested. Let me ask 2 other things:
1) where are local cookies stored, because I am not seeing them on my
machine in the typical "cookies" folder
2) the page which I am trying to alter is requesting a user name and
password, its not of the web type (like on a web page) but an actual
authentication box pops up when you enter the page. What invokes this?
Thank you!
Karl
----- Original Message -----
From: "David N. Welton" <[EMAIL PROTECTED]>
To: "Karl J. Stubsjoen" <[EMAIL PROTECTED]>
Cc: "MOD TCL" <[EMAIL PROTECTED]>
Sent: Wednesday, March 14, 2001 9:14 AM
Subject: Re: Clear Cookies
"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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]