Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!ecngs!feeder2.ecngs.de!newsfeeder.ewetel.de!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.033 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'receives': 0.04; 'cookie': 0.09; 'cookies': 0.16; 'directive': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'nick': 0.16; 'subject:when': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'not,': 0.20; 'gets': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'them?': 0.31; 'beginning': 0.33; 'subject:from': 0.34; 'received:google.com': 0.35; 'add': 0.35; 'server': 0.38; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'browser': 0.61; 'back': 0.62; '26,': 0.68; 'back?': 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; bh=1pJF9aq+95p4X3luaPV7C8FsdU5IIuqXWWLHZVPKb4Y=; b=SK4zM7dFob9TcdL2N0+WI+bpeGRZbFIWvOpuoksmGVKeUSOWOSGhRJwunk/AV7xZjJ TJhnzwgFwp53PENEia1ELNneZyfddVKoorhDQHoh8Nket7jjQJr/OW9V/JB4zXcvxtT/ rrtr/Hb7wtsRjSwg/PRgkk/t6GXCBaTLzWjjBnJUaWdyP9kEMEz4xQxeFOwe1daM+9Li xRmBkeucV8C6l2+UNwa9GLjNwQgU2daFDvyJTXHSHcg0DuZHk06Z9BcZtIV2KrTYx4B5 iqnqBGfILHZZPYzRTuPymShrHp7830+t1x1KCzVJRy4xrg6A9jsmJaj9XgmmAOtbxxw7 WJTw== MIME-Version: 1.0 X-Received: by 10.68.110.196 with SMTP id ic4mr1033417pbb.84.1382715252737; Fri, 25 Oct 2013 08:34:12 -0700 (PDT) In-Reply-To: References: Date: Sat, 26 Oct 2013 02:34: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-1 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382715258 news.xs4all.nl 15896 [2001:888:2000:d::a6]:35179 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57535 On Sat, Oct 26, 2013 at 2:29 AM, Nick the Gr33k wrote: > Assiciate the cookie with the url? > You mean add a domain directive to the cookie like: Do you understand: 1) what cookies are? 2) how the browser receives them? 3) how the server gets them back? 4) when #3 happens and when it does not? If not, go to Wikipedia and start reading. If you get to the end of Wikipedia without comprehending this, go back to the beginning and start over. ChrisA