[mod_python] Easy mod_python Session Handling with pso

thanos at 0x01.com thanos at 0x01.com
Mon Apr 22 11:26:14 EST 2002


"@0x01.com
X-Mailer: ELM [version 2.5 PL5]
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

How-To: Easy mod_python Session Handling with pso           

Shows how to add easy session handling in mod_python with Python Service
Objects.

This document shows you how to use pso.session to add easy session
handling to a mod_python request handler. Python Service Objects is a
open source internet service development system. Its session module is
ideal for use with mod_python, and in fact included in this package is
ModPythonRequest which is the mod_python implementation bridge. The pso
system allows you to develop platform and server independent request
handlers.


URL:  http://www.scriptfoundry.com/modules/pso/doc/session-modpython.html



More information about the Mod_python mailing list