Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 86337 invoked from network); 3 Oct 2000 18:05:04 -0000 Received: from unknown (HELO ftp.groundswell.net) (209.247.197.100) by locus.apache.org with SMTP; 3 Oct 2000 18:05:04 -0000 Received: from pls-prod-04.behrman (smtp.groundswell.net [209.247.197.102]) by ftp.groundswell.net (8.11.0/8.11.0) with ESMTP id e93I3A226178 for ; Tue, 3 Oct 2000 11:03:10 -0700 (PDT) Received: by smtp.behrmanic.com with Internet Mail Service (5.5.2650.21) id <41DSRRCW>; Tue, 3 Oct 2000 11:04:31 -0700 Message-ID: <55E3AD611343D411900F00D0B7848ACB8A7A45@smtp.behrmanic.com> From: Steve Conover To: "'cocoon-users@xml.apache.org'" Subject: RE: http header problem between cocoon and other servlet Date: Tue, 3 Oct 2000 11:04:30 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N nope, both are straight http > -----Original Message----- > From: Chaganthi, Madhusudan R. [mailto:mvc9@cdc.gov] > Sent: Tuesday, October 03, 2000 10:45 AM > To: 'cocoon-users@xml.apache.org' > Subject: RE: http header problem between cocoon and other servlet > > > > Is your other servlet running on HTTPS by any chance?? > > > -----Original Message----- > From: Steve Conover [mailto:sconover@groundswell.net] > Sent: Tuesday, October 03, 2000 1:42 PM > To: Cocoon-users (E-mail) > Subject: http header problem between cocoon and other servlet > > > I use Cocoon for most of the logic in my system, and it's > been working fine > until a weird problem popped up today. I have another > servlet that takes > care of streaming files to the requesting browser. In both > Cocoon and in my > servlet (which sits in the WEB-INF/classes directly under my > cocoon stuff) I > grab the HTTP_COOKIE header (req.getHeader("HTTP_COOKIE"). > > The strange thing is, now I'm getting different values for > HTTP_COOKIE! My > cocoon stuff and my servlet are running on the same server, > and they're used > in the same session, almost simultaneously, yet there are > different values. > More specifically, the HTTP_COOKIE value I get in Cocoon seems to be > correct, while the one I get in my servlet is either null or > it's a value > from a "previous" session. Anyone have any ideas? > > Thanks, > Steve > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org > For additional commands, e-mail: cocoon-users-help@xml.apache.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org > For additional commands, e-mail: cocoon-users-help@xml.apache.org >