regarding session in python

Kev Dwyer kevin.p.dwyer at gmail.com
Tue Jun 7 14:09:35 EDT 2011


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).

Cheers,

Kev





More information about the Python-list mailing list