Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 97375 invoked from network); 1 Feb 2006 06:38:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Feb 2006 06:38:28 -0000 Received: (qmail 92695 invoked by uid 500); 1 Feb 2006 06:38:18 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 91689 invoked by uid 500); 1 Feb 2006 06:38:15 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 91678 invoked by uid 99); 1 Feb 2006 06:38:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2006 22:38:15 -0800 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,MSGID_FROM_MTA_HEADER,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of donktwo@hotmail.com designates 64.4.56.25 as permitted sender) Received: from [64.4.56.25] (HELO hotmail.com) (64.4.56.25) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2006 22:38:14 -0800 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 31 Jan 2006 22:37:53 -0800 Message-ID: Received: from 64.4.56.200 by by101fd.bay101.hotmail.msn.com with HTTP; Wed, 01 Feb 2006 06:37:51 GMT X-Originating-IP: [70.89.137.114] X-Originating-Email: [donktwo@hotmail.com] X-Sender: donktwo@hotmail.com In-Reply-To: <43D913D2.7020400@weatherlight.com> From: "Jason Younker" To: users@httpd.apache.org Date: Tue, 31 Jan 2006 22:37:51 -0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 01 Feb 2006 06:37:53.0461 (UTC) FILETIME=[07688E50:01C626FA] X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Cookie problem in IE, but not FF X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello All, I recently upgraded to the following (on a rhel3 box): Apache/2.0.55 mod_ssl/2.0.55 OpenSSL/0.9.8 DAV/2 mod_apreq2-20050712/2.1.3-dev mod_perl/2.0.2 Perl/v5.8.0 And now I find myself stuck for hours on what I am convinced is a no-brainer. Here is what I am trying to do ($r below is of course an Apache2::RequestRec object): --start-- my $jar = Apache2::Cookie::Jar->new($r); $m->out("Jar Status: ". $jar->status() ."
"); --end-- In Firefox 1.5, this prints: "Jar Status: Success" However, in IE 6.0.28, I am getting: "Jar Status: Missing input data" Other than that, I don't know what to tell you. I have placed some install information below (how I compiled mod_perl, apache, openssl in case it helps). I imagine this is an httpd.conf issue, but I have no idea what to ask or where to go from here. *Any* help is very, very appreciated! Jason # openssl cd openssl-0.9.8a ./config --prefix=/usr/local/ssl/install --openssldir=/usr/local/ssl/install/openssl make make install # Apache2 tar -zxvf httpd-2.2.0.tar.gz cd httpd-2.2.0 ./configure -with-mpm=worker --enable-modules=all --enable-mods-shared=all --enable-deflate --enable-ssl --with-ssl=/usr/local/ssl/install/openssl make make install # mod_perl 2 tar -zxvf mod_perl-2.0-current.tar.gz cd mod_perl-2.0.2 perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs make make test make install ls -l /usr/local/apache2/modules/mod_perl.so --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org