Persistent Session in CGI

2006-08-27 Thread keegan . csmith
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. -- http://mail.python.org/mailman/listinfo/py

Re: Client-side TCP socket receiving "Address already in use" upon connect

2006-09-03 Thread keegan . csmith
> I've read about SO_REUSEADDR. As far as I understand, this is what > SO_REUSEADDR is for: ... > I've tried setting this option, but could not see any notable changes... I was having a similiar problem as you, where as soon as my program exited, it would get started up again, but could not bind t