Apache mod_python and Sessions

Van Gale news at exultants.org
Fri Jul 4 19:10:33 EDT 2003


Markus Schaber wrote:
> Hi,
> 
> Does anybody know a module that works with Apache 1.3 mod_python and provides session tracking?

Most of the python web programming frameworks have session handling. 
Here are a few:

Quixote http://www.mems-exchange.org/software/quixote/doc/
Albatross http://www.object-craft.com.au/projects/albatross/
Webware http://webware.sourceforge.net/
Jonpy http://jonpy.sf.net
Spyce http://spyce.sf.net
JOTweb http://jotweb.tummy.com/

More information can be found at:

http://www.python.org/cgi-bin/moinmoin/WebProgramming
http://colorstudy.com/docs/shootout.html

Here's an example of a module that does its own session handling using 
MySQL for storage:

http://cvsview.tldp.org/index.cgi/LDP/lampadas/pylib/Sessions.py?rev=1.12&sortby=author&content-type=text/vnd.viewcvs-markup

Van Gale





More information about the Python-list mailing list