--- Wiggins d'Anconia <[EMAIL PROTECTED]> wrote:
> Denzil Kruse wrote:
>
> To clear the cookie in the user's client (browser)
> you have to "set" the
> cookie again by printing it in the response headers.
> You are only
> setting the local expiration, to have that
> maintained across the rest
Denzil Kruse wrote:
> Hi all,
>
> I'm trying to clear a cookie using CGI::Cookies, and
> can't seem to do it :(
>
> if ($clear_cookie eq 'yes') {
>
> my %cookies = fetch CGI::Cookie;
>
> print "getting cookie";
>
> if ($cookies{'id'}) {
>
> print "clearing cookie";
>
Hi all,
I'm trying to clear a cookie using CGI::Cookies, and
can't seem to do it :(
if ($clear_cookie eq 'yes') {
my %cookies = fetch CGI::Cookie;
print "getting cookie";
if ($cookies{'id'}) {
print "clearing cookie";
$cookies{'id'}->expires('-1s');
Well, I seemed to have cleaned up my insecure errors, and now get a
LOCATION: connected
ERROR: install_driver(Oracle) failed: Can't load
'/opt/perl5/lib/site_perl/5.8.5/PA-RISC2.0-LP64/auto/DBD/Oracle/Oracle.s
l' for module DBD::Oracle: No such file or directory at
/opt/perl5/lib/5.8.5/PA-RISC2.0-L
On Aug 12, 2005, at 2:06 AM, David Dorward wrote:
If a directory is password protected with .htaccess
...
or do you always get the popup box?
I'm guessing you are talking about Basic Authentication here. A
.htaccess file can contain pretty much any Apache directive, so it
could be configured