Problem checking an existing browser cookie
Νίκος
nikos.the.gr33k at gmail.com
Sun Aug 22 03:27:57 EDT 2010
On 16 Αύγ, 14:31, Peter Otten <__pete... at web.de> wrote:
> Νίκος wrote:
> > # initializecookie
> >cookie=Cookie.SimpleCookie()
> >cookie.load( os.environ.get('HTTP_COOKIE', '') )
> > mycookie =cookie.get('visitor')
>
> > if ( mycookie and mycookie.value != 'nikos' ) or re.search( r'(cyta|
> > yandex|13448|spider|crawl)', host ) is None:
> > blabla...
> > ========================
>
> > I checked and Chrome has acookienames visitor with a value ofnikos
> > within.
> > So, i have to ask why the if fails?
>
> Maybe it's because != != ==
Iwant ti if code block to be executed only if the browser cookie names
visitor fetched doesnt cotnain the vbalue of 'nikos'
Is there somethign wrong with the way i wrote it?
More information about the Python-list
mailing list