Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder4.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'preferably': 0.05; 'anderson': 0.07; 'answer?': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tutorials,': 0.09; 'books': 0.15; 'able,': 0.16; 'complicated,': 0.16; 'finney': 0.16; 'give.': 0.16; 'here).': 0.16; 'learn?': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:when': 0.16; 'url:standards': 0.16; 'which,': 0.16; 'discussion': 0.18; 'looked': 0.18; 'server,': 0.19; 'written': 0.21; 'header:User- Agent:1': 0.23; 'browsers': 0.24; "i've": 0.25; 'right.': 0.26; 'web.': 0.26; 'asking': 0.27; 'defined': 0.27; 'header:X -Complaints-To:1': 0.27; 'point': 0.28; 'direction': 0.30; "i'm": 0.30; "d'aprano": 0.31; 'steven': 0.31; 'writes:': 0.31; 'anyone': 0.31; 'run': 0.32; 'community': 0.33; 'running': 0.33; 'standards': 0.33; 'subject:from': 0.34; 'url:org': 0.36; 'so,': 0.37; 'turn': 0.37; 'being': 0.38; 'architecture': 0.38; 'ben': 0.38; 'to:addr:python-list': 0.38; 'explain': 0.39; 'does': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'received:org': 0.40; 'how': 0.40; 'forum': 0.61; 'you.': 0.62; 'become': 0.64; 'more': 0.64; 'needing': 0.65; 'here': 0.66; 'benefit': 0.68; 'forums': 0.68; 'nobody': 0.68; 'useful.': 0.68; 'disrupt': 0.84; 'standards.': 0.84; 'subject:gets': 0.84; 'yourself,': 0.95 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ben Finney Subject: Re: Cookie gets changed when hit comes from a referrer Date: Thu, 10 Oct 2013 11:43:50 +1100 References: <5255eb3c$0$29984$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: rasputin.madmonks.org X-Public-Key-ID: 0xAC128405 X-Public-Key-Fingerprint: 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 X-Public-Key-URL: http://www.benfinney.id.au/contact/bfinney-gpg.asc X-Post-From: Ben Finney User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:CWl8qCDRbYm/ByPgelTsNUFmj+E= 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: 33 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1381365846 news.xs4all.nl 15943 [2001:888:2000:d::a6]:59938 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:56527 Steven D'Aprano writes: > So, for the benefit of anyone, not just Nikos, who wants to learn > about how browsers connect to web sites and how to run a web server, > does anyone have any recommendation for tutorials, mailing lists, web > forums or books which are suitable? Preferably things you have used > yourself, and can personally vouch for being useful. I learned a lot from reading the documents at the W3C, since they defined the standards we all use . They are very well written and explain a lot about the architecture of the Web. > I'm pretty sure that *somebody* here has been in the position of > needing to learn about running a website, and can point Nikos in the > right direction (away from here). How did you learn? Experiment, observation, and reference to standards. > And if nobody is able, or willing, to answer? I've been in that > position too, asking for help that nobody was able to give. It sucks, > and you move on and do your best. Right. What you don't do is disrupt a discussion forum by bombarding it with off-topic requests; that's a quick way to get a community turn against you. -- \ “I have yet to see any problem, however complicated, which, | `\ when you looked at it in the right way, did not become still | _o__) more complicated.” —Paul Anderson | Ben Finney