Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #97969

Re: working with cookies

Newsgroups comp.lang.python
Date 2015-10-27 05:11 -0700
References (1 earlier) <n0m1n4$qu7$1@reader1.panix.com> <f4e741a7-f47d-457a-babb-d98d15c9aba3@googlegroups.com> <n0mc3q$o3j$1@reader1.panix.com> <f55b1ed4-7dcf-47e9-906b-085d72b98f92@googlegroups.com> <n0mko7$khp$1@reader1.panix.com>
Message-ID <6906a71b-b3bd-4643-84d5-393cb66c2c7d@googlegroups.com> (permalink)
Subject Re: working with cookies
From Jeremy Leonard <jrmy.lnrd@gmail.com>

Show all headers | View raw


On Monday, October 26, 2015 at 9:41:45 PM UTC-4, John Gordon wrote:
> In <f55b1ed4-7dcf-47e9-906b-085d72b98f92@googlegroups.com> Jeremy Leonard <jrmy.lnrd@gmail.com> writes:
> 
> > As of yet I haven't been using a framework per say, just straight cgi.
> > I've been learning as I go. I was going to try and do as much low level
> > as possible and work my way up to using a framework. At some point I'll
> > probably learn a framework, but wanted to start with the basics.
> 
> If you're doing straight CGI yourself, then you must be handling the
> cookies yourself also.  There must be someplace in your application
> where you store the collection of cookies to be included in the response.
> If you want to clear a cookie, just remove it from the collection.
> 
> -- 
> John Gordon                   A is for Amy, who fell down the stairs
> gordon@panix.com              B is for Basil, assaulted by bears
>                                 -- Edward Gorey, "The Gashlycrumb Tinies"

I haven't learned how to do that yet. I see in the documentation for Python that there is a Cookie Jar class, but that seems to be more on the client side (unless I am reading it incorrectly). I'm looking for help in learning how to do that.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

working with cookies Jeremy Leonard <jrmy.lnrd@gmail.com> - 2015-10-26 12:26 -0700
  Re: working with cookies John Gordon <gordon@panix.com> - 2015-10-26 20:16 +0000
    Re: working with cookies Jeremy Leonard <jrmy.lnrd@gmail.com> - 2015-10-26 15:57 -0700
      Re: working with cookies John Gordon <gordon@panix.com> - 2015-10-26 23:14 +0000
        Re: working with cookies Jeremy Leonard <jrmy.lnrd@gmail.com> - 2015-10-26 17:30 -0700
          Re: working with cookies John Gordon <gordon@panix.com> - 2015-10-27 01:41 +0000
            Re: working with cookies Jeremy Leonard <jrmy.lnrd@gmail.com> - 2015-10-27 05:11 -0700
              Re: working with cookies Denis McMahon <denismfmcmahon@gmail.com> - 2015-10-28 08:25 +0000
                Re: working with cookies Jeremy Leonard <jrmy.lnrd@gmail.com> - 2015-10-28 12:31 -0700
                Re: working with cookies John Gordon <gordon@panix.com> - 2015-10-28 19:47 +0000

csiph-web