Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97969
| X-Received | by 10.66.156.5 with SMTP id wa5mr20379764pab.21.1445947861449; Tue, 27 Oct 2015 05:11:01 -0700 (PDT) |
|---|---|
| X-Received | by 10.50.25.131 with SMTP id c3mr425585igg.6.1445947861415; Tue, 27 Oct 2015 05:11:01 -0700 (PDT) |
| Path | csiph.com!xmission!news.glorb.com!kq10no30662358igb.0!news-out.google.com!z4ni37832ign.0!nntp.google.com!kq10no30662354igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.lang.python |
| Date | Tue, 27 Oct 2015 05:11:01 -0700 (PDT) |
| In-Reply-To | <n0mko7$khp$1@reader1.panix.com> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=35.2.7.160; posting-account=vANaaAoAAADUDmj7RhJvfId5n9AQxD48 |
| NNTP-Posting-Host | 35.2.7.160 |
| References | <b538e4ae-2f64-46b6-ac21-f0959f7cd4a8@googlegroups.com> <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> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <6906a71b-b3bd-4643-84d5-393cb66c2c7d@googlegroups.com> (permalink) |
| Subject | Re: working with cookies |
| From | Jeremy Leonard <jrmy.lnrd@gmail.com> |
| Injection-Date | Tue, 27 Oct 2015 12:11:01 +0000 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Xref | csiph.com comp.lang.python:97969 |
Show key headers only | 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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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