Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.195 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.64; '*S*': 0.03; 'charset:iso-8859-7': 0.04; 'subsequent': 0.05; 'cookie': 0.09; 'differently.': 0.09; 'closed,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:when': 0.16; 'wrote:': 0.18; 'headers': 0.24; 'header:In-Reply-To:1': 0.27; 'appear': 0.29; 'message- id:@mail.gmail.com': 0.30; '25,': 0.31; 'behaving': 0.31; 'another': 0.32; 'fri,': 0.33; 'subject:from': 0.34; 'something': 0.35; 'received:google.com': 0.35; 'doing': 0.36; 'somebody': 0.38; 'to:addr:python-list': 0.38; 'issue': 0.38; 'pm,': 0.38; 'explain': 0.39; 'to:addr:python.org': 0.39; 'unable': 0.39; 'either': 0.39; '2nd': 0.60; 'skip:y 20': 0.60; 'browser': 0.61; "you're": 0.61; 'here:': 0.62; 'url:index': 0.63; 'different': 0.65; 'direct': 0.67; 'clicking': 0.73; 'url:page': 0.74; 'yourself': 0.78; 'happening?': 0.84; 'learn.': 0.84; 'occasion': 0.84; 'url:log': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=nI4F3HDlP7XMffxAdk5p63ywC59bE5kMXy4CtGih+ug=; b=KAB8XuMlx1RUdSwkEWqydmqKhEvvmF3FnEPs5N5uwIcKSYTr03HaUfCaBrvhx4727P hk09+WbPParzyt+V2yj6FChzyWP+e80Q466mhKSd8x70AJ7XViwssglzBrFiD7Rx95Pm w13Y8N647AAremfKZvT3SfuMWEOOyH6t1RHRybJtUuZbMaGW6vMMjkZ7liw3wJFGZ15Q lvxs2avtcsgQfH9PRMl7DPt4wpFwHdKdr3Mk7Bka62Hu0aP/TiCDP5+VkxBx6ngEoQ1x u1YhnFDKUNAijWjYLfdQRgjtUkeZAEuUPy0sZVg2ZG/32Yll0olBJxNHqv1ww+Smam8H BMOw== MIME-Version: 1.0 X-Received: by 10.68.197.234 with SMTP id ix10mr184446pbc.185.1382686355594; Fri, 25 Oct 2013 00:32:35 -0700 (PDT) In-Reply-To: References: Date: Fri, 25 Oct 2013 18:32:35 +1100 Subject: Re: Cookie aint retrieving when visiting happens from a backlink. From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382686719 news.xs4all.nl 15986 [2001:888:2000:d::a6]:44301 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57500 On Fri, Oct 25, 2013 at 6:22 PM, =CD=DF=EA=EF=F2 =C1=EB=E5=EE=FC=F0=EF=F5= =EB=EF=F2 wrote: > Can somebody explain why this is happening? > > You can see this action yourself by hitting: > > 1. superhost.gr as a direct hit > 2. by clicking superhost.gr's backlink from ypsilandio.gr/mythosweb.gr > > You will see than in 2nd occasion another ebtry will appear in the databa= se > here: > > http://superhost.gr/?show=3Dlog&page=3Dindex.html Issue closed, unable to replicate. Either something you're doing is different from what you're describing, or your browser is behaving differently. Look at the Set-Cookie headers coming back, and the subsequent Cookie headers in requests, and see what you can learn. ChrisA