I tried checking what headers are being sent with ethereal, but it looks like I can't get the info since it's going over https and being encrypted.
>-----Original Message----- >From: John J Lee [mailto:[EMAIL PROTECTED] >Sent: Saturday, June 21, 2003 09:18 >To: Alan Olegario >Cc: [EMAIL PROTECTED] >Subject: RE: Passing the same cookie and headers to a new site > > >On Fri, 20 Jun 2003, Alan Olegario wrote: >[...] >> HTTP::Cookies::extract_cookies: Set cookie SMSESSION => [cookie info] >> HTTP::Cookies::extract_cookies: Set cookie FORMCRED => >> HTTP::Cookies::extract_cookies: Set cookie EntFXSessionR => >[cookie info] >> HTTP::Cookies::extract_cookies: Set cookie LOGIN => 0 >[...] >> HTTP::Cookies::add_cookie_header: Checking >testsite.somesite.com for cookies >> HTTP::Cookies::add_cookie_header: Checking .somesite.com for cookies >> HTTP::Cookies::add_cookie_header: - checking cookie path=/ >> HTTP::Cookies::add_cookie_header: - checking cookie LOGIN=0 >> HTTP::Cookies::add_cookie_header: it's a match >> HTTP::Cookies::add_cookie_header: - checking cookie FORMCRED= >> HTTP::Cookies::add_cookie_header: it's a match >> HTTP::Cookies::add_cookie_header: - checking cookie >EntFXSessionR=[same cookie info as above] >> HTTP::Cookies::add_cookie_header: it's a match >> HTTP::Cookies::add_cookie_header: - checking cookie >SMSESSION=[same cookie info as above] >> HTTP::Cookies::add_cookie_header: it's a match >[...] > > >Looks OK to me. LWP wants to send all your www.somesite.com >cookies back >to testsite.somesite.com. > >Have you checked the headers that are actually being sent (eg. >ethereal)? >Checking what your browser is sending and comparing with what LWP sends >will probably quickly let you find the problem. > >If the Cookie header is there, standard answer: what other >state are you >forgetting about (Referer, for example)? > > >John > > DISCLAIMER: This message is intended for the named addressee(s) only and contains information that may be confidential, non-public or legally privileged. If you are not the intended recipient, you must not copy this message or attachment or disclose the contents to any other person. If you received this email in error, please contact the sender and permanently delete the email and any attachments. Unless expressly stated, opinions in this email are those of the individual sender and not of FX Alliance, LLC or its affiliates.
