regarding session in python

Michiel Overtoom motoom at xs4all.nl
Tue Jun 7 15:12:17 EDT 2011


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      




More information about the Python-list mailing list