I need a web app framework in python with support for session
management (ala ASP/PHP). However, unlike some modules I found, I need
to integrate with an existing Apache install without opening any new
application server ports (not my server). Is there such a module which
I can just toss it into pythonpath and get to work?
management (ala ASP/PHP). However, unlike some modules I found, I need
to integrate with an existing Apache install without opening any new
application server ports (not my server). Is there such a module which
I can just toss it into pythonpath and get to work?
Comment