Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #7174
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <motoom@xs4all.nl> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.017 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'permissions': 0.04; 'python': 0.08; 'framework,': 0.09; 'url:dev': 0.09; 'written': 0.14; 'wrote:': 0.14; 'subject:python': 0.14; 'library': 0.15; '(django': 0.16; 'from:addr:xs4all.nl': 0.16; 'means:': 0.16; 'message-id:@xs4all.nl': 0.16; 'received:194.109': 0.16; 'received:194.109.24': 0.16; 'received:xs4all.nl': 0.16; 'subject:session': 0.16; 'work."': 0.16; 'header:In-Reply-To:1': 0.21; 'framework': 0.22; 'cc:2**0': 0.22; "doesn't": 0.25; 'handles': 0.26; 'hey': 0.28; 'explains': 0.29; 'to:addr:python- list': 0.33; 'page.': 0.33; 'things': 0.33; 'groups,': 0.35; 'using': 0.35; 'session': 0.36; 'charset:us-ascii': 0.36; 'url:docs': 0.37; 'url:en': 0.37; 'page': 0.37; 'but': 0.38; 'subject:: ': 0.38; 'received:192': 0.38; 'user': 0.39; 'system.': 0.39; 'header:Mime-Version:1': 0.39; 'either': 0.39; 'to:addr:python.org': 0.39; 'getting': 0.40; 'your': 0.60; 'header :Message-Id:1': 0.62; 'website': 0.66; 'greetings,': 0.66; 'login': 0.69; 'yourself,': 0.72; 'fight': 0.80; 'received:192.168.6': 0.84; 'url:auth': 0.84; '"learn': 0.91 |
| Subject | Re: regarding session in python |
| Mime-Version | 1.0 (Apple Message framework v1084) |
| Content-Type | text/plain; charset=us-ascii |
| From | Michiel Overtoom <motoom@xs4all.nl> |
| In-Reply-To | <islph1$qhr$1@dough.gmane.org> |
| Date | Tue, 7 Jun 2011 21:12:17 +0200 |
| Content-Transfer-Encoding | quoted-printable |
| References | <d6ab5022-b0c0-43df-991a-bb560a068e02@r35g2000prj.googlegroups.com> <islph1$qhr$1@dough.gmane.org> |
| To | python-list@python.org |
| X-Mailer | Apple Mail (2.1084) |
| X-Virus-Scanned | by XS4ALL Virus Scanner |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2539.1307473976.9059.python-list@python.org> (permalink) |
| Lines | 28 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1307473976 news.xs4all.nl 49183 [::ffff:82.94.164.166]:38507 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:7174 |
Show key headers only | View raw
On Jun 7, 2011, at 20:09, Kev Dwyer wrote: > vipul jain wrote: > >> hey i am new to python and i want to make a website using python ..... >> so for that i need a login page. in this login page i want to use the >> sessions... but i am not getting how to do it > > The Python standard library doesn't include a session framework, but you > can either use a web framework written in Python (Django is the most > popular). "Django comes with a user authentication system. It handles user accounts, groups, permissions and cookie-based user sessions. This document explains how things work." https://docs.djangoproject.com/en/dev/topics/auth/ Greetings, -- "Learn to value yourself, which means: fight for your happiness." - Ayn Rand
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
regarding session in python vipul jain <vipulyashla@gmail.com> - 2011-06-07 10:44 -0700 Re: regarding session in python Kev Dwyer <kevin.p.dwyer@gmail.com> - 2011-06-07 19:09 +0100 Re: regarding session in python Michiel Overtoom <motoom@xs4all.nl> - 2011-06-07 21:12 +0200
csiph-web