how to do session management with python ?

Ian Bicking ianb at colorstudy.com
Sun May 19 14:38:07 EDT 2002


On Sun, 2002-05-19 at 12:30, Matthew Chong wrote:
> Java has servlet feature to take care of session tracking...
> but how does python do it ??

You first have to choose a web framework, like Webware, Skunkweb, Zope,
etc.  To me, Webware seems the closest to Java servlets.  I believe they
all include some sort of session tracking.

  Ian







More information about the Python-list mailing list