Session handling in python / django

Posted by Gaurav on Stack Overflow See other posts from Stack Overflow or by Gaurav
Published on 2010-05-21T07:01:39Z Indexed on 2010/05/21 10:00 UTC
Read the original article Hit count: 167

I am creating an application that lets users login using Google, Facebook and the website's native login. The site is being built in Python / Django.

What would be the best way to handle login, session management and user authentication?

I do not want to use the in-built Django user management. I am using Django very sparingly(URLs, templates)

© Stack Overflow or respective owner

Related posts about python

Related posts about django