Persistent Session in CGI

Fuzzyman fuzzyman at gmail.com
Sun Aug 27 18:50:05 EDT 2006


keegan.csmith at gmail.com wrote:
> Hi,
>
> I have started a new small web project, and was wondering if there are
> any good guides on how to do Persistent Sessions and Authentication
> using python and CGI. I don't really want too use Zope, because It's
> probably overkill for my tiny project.

You could try my 'logintools' CGI module (mini framework really, but
very mini).

It handles authentication for you, and provides a mechanism that you
could use to create persistent sessions.

http://www.voidspace.org.uk/python/logintools.html

(It uses cookies).

Fuzzyman
http://www.voidspace.org.uk/python/index.shtml




More information about the Python-list mailing list