Path: csiph.com!usenet.pasdenom.info!aioe.org!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.126 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.75; '*S*': 0.01; 'charset:iso-8859-7': 0.04; 'retrieved': 0.05; 'cookie': 0.09; 'happen,': 0.09; 'caring': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:when': 0.16; 'wrote:': 0.18; 'instance,': 0.24; 'people,': 0.24; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'getting': 0.31; 'easier': 0.31; '25,': 0.31; 'about.': 0.31; 'trace': 0.31; 'running': 0.33; 'fri,': 0.33; 'subject:from': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'much.': 0.36; 'should': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'track': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'even': 0.60; 'regulations': 0.60; 'browser': 0.61; 'matter': 0.61; "you're": 0.61; "you've": 0.63; 'visit': 0.64; 'direct': 0.67; 'webpage': 0.68; 'present.': 0.74; '7:25': 0.84; 'complying': 0.84; 'try.': 0.91; '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=RWeBK/gaOKbmBaSpRP4Z2yvRK3PZES5I9RZvvrulUEo=; b=iAvTN+Mg7oq+hVplgWGPkcQhmLu72v7RjyRH7gxRF+sMWgY9XjtCg0Et3x0N4oQFKA 83qXl+ta5DiAkXk6mv3ORYMAqHLDQekfrpwRyM2P7gRRJY9E3sYsJriToAVKt9j2kqJH mXnqkupWPCK10nEOLDU3PTOh7yVQ5Jep7JrVP1pOe4KR91M84Ogk29qJDXvMqJST7Mqw mi93907j9xeaAilf3uIH0SscRCyw06DLQNieFjpoQtR7pX8XpVyiPBVJvL56TB3iHypM bmWUFuvem1hyPWMHB6hw7KHd51pGoJlqdW29cv3NuwzjANrcEyKILxde27whTOFtS3eb GhDA== MIME-Version: 1.0 X-Received: by 10.68.197.234 with SMTP id ix10mr421999pbc.185.1382689992749; Fri, 25 Oct 2013 01:33:12 -0700 (PDT) In-Reply-To: References: Date: Fri, 25 Oct 2013 19:33:12 +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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382690002 news.xs4all.nl 15991 [2001:888:2000:d::a6]:36048 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57506 On Fri, Oct 25, 2013 at 7:25 PM, =CD=DF=EA=EF=F2 =C1=EB=E5=EE=FC=F0=EF=F5= =EB=EF=F2 wrote: > Isn't this strange? > No matter if you visit a webpage as a direct hit or via a referer the coo= kie > on the visitor's browser should have been present. > > But it can only can be found and retrieved as a direct hit and _not_ from= a > referrer backlink. Trace your logs. You've been told this before; are you sure the request is even getting to your server? Fundamentally, you're caring about things that it's a LOT easier to not care about. Just let things happen, and don't try to track people so much. Not only will some people object to it (are you, for instance, complying with EU regulations about cookies?), but you're going to keep running into situations where you just *can't* track people, no matter how hard you try. ChrisA