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: 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 In-Reply-To: Date: Tue, 7 Jun 2011 21:12:17 +0200 Content-Transfer-Encoding: quoted-printable References: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Jun 7, 2011, at 20:09, Kev Dwyer wrote: > vipul jain wrote: >=20 >> 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 >=20 > The Python standard library doesn't include a session framework, but = you=20 > can either use a web framework written in Python (Django is the most=20= > 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, --=20 "Learn to value yourself, which means: fight for your happiness." - Ayn = Rand =20