Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.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.117 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.78; '*S*': 0.01; 'subject:Problem': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.16; 'working.': 0.18; 'header:In-Reply-To:1': 0.22; 'pm,': 0.24; 'aug': 0.24; 'message-id:@mail.gmail.com': 0.29; 'to:addr:python-list': 0.33; 'fri,': 0.36; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'to:addr:python.org': 0.39; "it's": 0.40; 'more': 0.60; 'glad': 0.70; '11:53': 0.84; 'useful!': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=jWIEHb/1zdmc6qksHApHFEgS8/A/B7T05Ws7GOaYba4=; b=xSEcOCuS/iWDAFBYrW2Ij3zvvvesnVX6MwJjj719+bzrs4NpWKwZoG8/6+Fu7uOFWX O8/L/6XlLZiCwK4Mt0pjXUqxmmRpazkEPezQ9EJlx/RMoDwDCDcE2AQw8ZqP58oFc4iT G1q0nCu2YxUd8OmU4dRTZ1w5wrb09kLtyf8z8= MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 12 Aug 2011 23:55:57 +0100 Subject: Re: Problem reading HTTP_COOKIE 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.12 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1313189759 news.xs4all.nl 23956 [2001:888:2000:d::a6]:43090 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:11319 On Fri, Aug 12, 2011 at 11:53 PM, Jack Hatterly wrote: > cookie['lastvisit']['path'] = '/cgi-bin/' > Yep, that's looking a lot more useful! Glad it's working. ChrisA