Chris wrote: > In article <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] says... > > Ifd you want to use standard CGI I've written a CGI user > > authentication/management module called logintools. > > > > Would this be preferred (or easier) than using an application server > (ie. Zope or Webware)? > > If possible, I think it would be nice if the security aspect of it was > already built-in so I would not need to write/test it myself. > > Thanks for your help.
For simple applications, writing CGIs is going to be quite a lot easier than using something like Zope. If your final product is big and complex then CGIs probably aren't suitable anyway. logintools is a module providing user authentication/administration and user management specifically for CGIs. Regards, Fuzzy http://www.voidspace.org.uk/python/index.shtml -- http://mail.python.org/mailman/listinfo/python-list