Re: regarding session in python

2011-06-07 Thread Michiel Overtoom
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 do

Re: regarding session in python

2011-06-07 Thread Kev Dwyer
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 u

Re: regarding session in python

2011-06-07 Thread Miki Tebeka
Can you give us more context? Which web framework are you working with? You can have a look at http://pythonwise.blogspot.com/2007/05/websession.html ;) -- http://mail.python.org/mailman/listinfo/python-list